Replies: 1 comment 4 replies
-
Ran the same tests with M3 Max 96GB ram. One of the reasons this benchmark does not tell the whole story is just by changing the methods and rerunning you can get different results. For example by using a callback vs builder with .watch(context) can make signals outperform state_beacon. 20k raindrops and a bucket capacity of 200k
I think this benchmark is only one signal to look at. A more fair comparison would be deep computed chains and not just 1 layer deep |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Performance of Signals, was discussed before too and improved a lot. However, at least the Flutter part still seem a bit behind e.g. state_beacon and mobx. Or maybe the Rainbench benchmark is flawed or skewed in favor of it.
I just thought I would mention it, since I on request updated the benchmark and run the tests myself too and made a PR with my results and findings. See: https://github.com/jinyus/rainbench
Updated Rainbench test runs (Feb 3, 2024)
20k raindrops and a bucket capacity of 200k
Beta Was this translation helpful? Give feedback.
All reactions