Skip to content

v0.27.0

Compare
Choose a tag to compare
@localvoid localvoid released this 01 May 05:22
· 451 commits to master since this release

Optimizations

Reduced memory consumption by operation nodes. All properties are now inlined into operation nodes and there are three different operation node shapes. Almost all callsites should stay in monomorphic state, except for the one that accessing operation type in the mount and update functions, it will be in polymorphic state and it is ok as long as it doesn't transition into megamorphic state.

Bug Fixes

  • Fixed nextNode assignment in a dirty checking algorithm when it is going through DOM elements.