What % of Vue performance improvements is due to alien-signals?
Closed this issue · 4 comments
tomByrer commented
webJose commented
Ballpark: Compare the previous Vue version with this one.
johnsoncodehk commented
See: krausest/js-framework-benchmark#1905 (comment)
vapor: 1.12 -> 1.08
non-vapor: 1.26 -> 1.27
This suggests that switching to alien-signals does not directly improve benchmark scores, but rather requires accurately identifying and eliminating performance bottlenecks.
tomByrer commented
Good research-testing @zhiyuanzmj
