Skip to content

Efficiency improvements

Choose a tag to compare

@g105b g105b released this 08 Aug 12:18
· 108 commits to master since this release
ef1c3a7

This release is minor in footprint, but potentially major in efficiency increase. This is only noticable on large trees, but when you have thousands of Nodes in a Document, you can cut the page render time in half.

Main improvements lie in the iteration of NodeList objects. There is also improvement to the distinction between a NodeList and HTMLCollection (HTMLCollection objects can only contain Elements, not Nodes).