On Mon Jul 17 11:39:06 2023 +0000, Connor McAdams wrote:
This was mainly done to have a simpler implementation first prior to introducing the rbtree which feels a bit more complicated, but I see your point. I'll do that then.
oh wait. We can't do an rbtree lookup on event handlers that don't have a runtime ID associated with their element. In that case, we do still need to store them somewhere. I guess we could have those on a separate list?