Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how does this fair in the js-framework-benchmark? #1

Open
NullVoxPopuli opened this issue Oct 21, 2024 · 1 comment
Open

how does this fair in the js-framework-benchmark? #1

NullVoxPopuli opened this issue Oct 21, 2024 · 1 comment

Comments

@NullVoxPopuli
Copy link

Results here: https://krausest.github.io/js-framework-benchmark/

Project looks interesting! I'm curious how the performance is 🎉

@elricmann
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants