krausest / js-framework-benchmark

A comparison of the performance of a few popular javascript frameworks
https://krausest.github.io/js-framework-benchmark/
Apache License 2.0
6.86k stars 842 forks source link

Add Endr #1731

Closed caseywebdev closed 2 months ago

caseywebdev commented 3 months ago

Endr is my attempt at a lightweight React-inspired library that tries to focus on (what I think are) the best parts of React and ditching the rest. I think it's interesting to see how it performs relative to the rest of the pack. Let me know if any changes are necessary!

krausest commented 2 months ago

Thanks. Please allow me a few days to merge all PRs and publish an update.

caseywebdev commented 2 months ago

Awesome, thanks!

krausest commented 2 months ago

Here are the results (left updated or added implementations, on the right last results if available): Screenshot 2024-09-06 at 16 49 11

As one can see from vanillajs the run wasn't very good (though on AC, indexing off, but without rebooting) so I'd expect faster results for the next full run.