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

Add Vugu implementation #1625

Closed lasagnats closed 1 month ago

lasagnats commented 2 months ago

Add benchmark implementation (keyed & non-keyed) for Vugu framework

krausest commented 2 months ago

Thanks. Something looks odd with vugu. Any click causes a rerender where the css styles are removed and then reapplied. Is that intentional? (I really doubt that measure the performance makes sense when each click causes such glitches.)

Additionally the non-keyed version behaves incorrect. Clicking on create 1,000 rows twice should show row numbers starting with 1,001, but they still start with 1. The keyed version is correct.

krausest commented 1 month ago

Closing this PR due to inactivity.