sauron
sauron copied to clipboard
windows-tab-rows demo lags
Hi - if I type quickly into a single field in the windows-tab-rows demo then it immediately lags:

Is this a restriction of the JS->WASM->JS bridge, or is this unexpected?
Thanks!
"release mode for JS you say?" doh. This is what the profile from the release build looks like. Much better, but still higher than I expected:

A lot of improvements has been added to the framework, this includes performance optimization and memory usage. Early development was made to allow leaking of memory in order to move the development forward, without getting hindered by the details of closures from web-sys and js-sys implementation. This has already been fixed in the newer version of the framework.