You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, your library API is well designed👍. But I am benchmarking reactivity in Dart ecosystem, and I found that reactter is running slowly, which may be caused by the following problems:
Extensive use of Set/List leads to increased memory
It is worth noting that when my test runs to 1 to 1000 tests, it cannot continue to run and the program has been locked.
reactter performs well in small scale, but it will be very slow when encountering a scale of more than 100. In addition, reactter has serious memory leak problems.
The text was updated successfully, but these errors were encountered:
If you feel it is not good enough for benchmarking and you don't want to continue improving it, please close this issue.
It is worth mentioning that I have successfully helped Solidart improve performance by more than 1000% by writing these benchmarks and the alien_signals package. If you want, you can use this benchmark to continue improving reactter ❤️
In addition, I hope to get your help to integrate reacter well for testing. Sorry, there are too many APIs of reactter. There may be a problem with my integration. I hope to get your help to correct and optimize it❤️
If you feel it is not good enough for benchmarking and you don't want to continue improving it, please close this issue.
It is worth mentioning that I have successfully helped Solidart improve performance by more than 1000% by writing these benchmarks and the alien_signals package. If you want, you can use this benchmark to continue improving reactter ❤️
Of course, I take it!
I am checking your benchmarks to improve Reactter.
Any adjustments I'll let you know.
By the way, I congratulate you for your project, it is very useful.
Test Report:
Test file: https://github.com/medz/dart-reactivity-benchmark/blob/main/frameworks/reactter.dart
Hi, your library API is well designed👍. But I am benchmarking reactivity in Dart ecosystem, and I found that reactter is running slowly, which may be caused by the following problems:
Extensive use of Set/List leads to increased memory
My integration code is implemented incorrectly.
It is worth noting that when my test runs to 1 to 1000 tests, it cannot continue to run and the program has been locked.
reactter performs well in small scale, but it will be very slow when encountering a scale of more than 100. In addition, reactter has serious memory leak problems.
The text was updated successfully, but these errors were encountered: