Performance measurements #730
AlexGusevEpam
started this conversation in
General
Replies: 1 comment
-
Yeah, it would be interesting. Hope someone can try that. fwiw, https://github.com/krausest/js-framework-benchmark shows some comparison. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I tried to use this library for the first time
My use case was to manage frequently changing Map with 10^4 values and I realized almost all delays were connected to
proxyMap
functionSo I think it would be helpful for others to get some performance analysis depending on complexity to help people to choose between state management libraries.
Beta Was this translation helpful? Give feedback.
All reactions