Skip to content

v0.7.1: Async binding updates

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 27 Dec 02:25
· 3592 commits to main since this release

Now all binding updates are pushed into a queue and updated asynchronously. This avoids duplicate updates of the same binding when values change multiple times inside a single event loop. In general this brings considerable performance improvement (~40% in the todomvc benchmark).