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

Update Vue version to 3.5 #1742

Closed sreeharsha-rav closed 2 months ago

sreeharsha-rav commented 2 months ago

Update for Vue 3.5 introduces significant changes in performance which would be interesting to check on the JS benchmarks.

In 3.5, Vue's reactivity system has undergone another major refactor that achieves better performance and significantly improved memory usage (-56%) with no behavior changes. The refactor also resolves stale computed values and memory issues caused by hanging computeds during SSR. In addition, 3.5 also optimizes reactivity tracking for large, deeply reactive arrays, making such operations up to 10x faster in some cases.

krausest commented 2 months ago

Did that. I'm afraid I can't see much of an improvement for this benchmark: