Big O of createEntity adapter #3389
Unanswered
Sivaranjith1
asked this question in
Q&A
Replies: 2 comments 4 replies
-
It should be in How many items are you talking about here? |
Beta Was this translation helpful? Give feedback.
4 replies
-
What entity adapter methods are you using? (also, this should be in the Redux Toolkit repo - moving it over there) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Does the createEntity adapter have a O(1) or does is scale with the amount of data. We are experience some issues where having more data would cause the
dispatch(entity.actions.updateMany())
to be slower.Beta Was this translation helpful? Give feedback.
All reactions