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.52k stars 811 forks source link

Update cample to 3.2.0-alpha.39 #1639

Closed antonmak1 closed 1 month ago

antonmak1 commented 1 month ago

Returned it, everything was as it was. I think select row will return to 3.5 - 3.8. I also updated the removal code, it will work faster there. In main.js, I removed the slice() method from "delete", because for good reason it, of course, should return different arrays, but in this particular case the data does not change quantitatively, so in this particular case the code still works fine without slice(). Somehow, I haven’t noticed this moment in the test for almost a year 😕

antonmak1 commented 1 month ago

Hooray! I fixed the "select row" and finally found this stupid bug. It should definitely be really fast.

krausest commented 1 month ago

Here we go... Screenshot 2024-04-06 at 20 09 56

antonmak1 commented 1 month ago

Finally now "select row" works with adequate speed

antonmak1 commented 1 month ago

"create rows" and "replace rows" seem to have broken down completely, although I didn’t change anything like that

antonmak1 commented 1 month ago

In short, now I’ll return the code from version 29, that’s all.