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.
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.