neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.86k stars 160 forks source link

vdom.Helper: createDeltas() => remove VNodeUtil.findChildVnodeById() #5520

Closed tobiu closed 3 months ago

tobiu commented 3 months ago

now that we do have the flat maps in place, we can also replace this one (performance boost).

tobiu commented 3 months ago

removed 2/4 occurrences. the other ones did not query the full tree, but a sub-tree.