stackblitz/alien-signals

What % of Vue performance improvements is due to alien-signals?

Closed this issue · 4 comments

from Evan's X post, seems like the new Vue is very fast! I suspect some of it is due to alien-signals; can you guess how much %?
(semi off-topic, feel free to close)

Image

Ballpark: Compare the previous Vue version with this one.

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.

Good research-testing @zhiyuanzmj