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 @rvjs/core #1764

Closed ILikeMintChocolate closed 2 weeks ago

ILikeMintChocolate commented 3 weeks ago

Hi! I've developed a library called @rvjs/core based on the concept of only updating areas where the state is used. Hope it integrates smoothly. Thanks!

krausest commented 2 weeks ago

Thanks. I'm not sure how soon I can perform an incremental run and update the results. I'll comment here when done.

krausest commented 2 weeks ago

Sooner than expected. Here's the comparison (vanilla and vanillajs-3 look OK for an incremental run) with the new / updated results on the left and the old version on the right: Screenshot 2024-11-11 at 08 11 41 Not bad, maybe there's a way to optimize clear rows?

ILikeMintChocolate commented 2 weeks ago

I'm continually working on optimizing performance, but it's not easy right now. It seems like I'll need to make major changes to optimize clear rows.