neomjs / neo

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

vdom.Helper: createDeltas() => remove findVnode() & add a flat map for the old & new vnode tree #5519

Closed tobiu closed 6 days ago

tobiu commented 6 days ago

too many tree queries and too complicated.

adding the flat maps will boost the performance.