You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in the library. I was thinking of moving benchmarking (specifically the one you linked) towards a stable major release. At the current stage (v0.1.1) the aim was to make it work on a basic level given that the source is untested, undocumented and lacking many items that would make it practically usable.
Aside, the current source does not account for using innerHTML, DOM-specific performance nuances (of which I have a limited understanding of), has no pre-compiling of components (i.e. templates/JSX) and barely uses the stack/memory for storing pointers to dynamic env objects like nodes or strings (to make it work with WebAssembly).
Results here: https://krausest.github.io/js-framework-benchmark/
Project looks interesting! I'm curious how the performance is 🎉
The text was updated successfully, but these errors were encountered: