Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Potential improvements to state management performance, possibly making it pluggable #173

Open
maier49 opened this issue May 11, 2018 · 0 comments

Comments

@maier49
Copy link
Contributor

maier49 commented May 11, 2018

For large state stores, things like ImmutableJS are recommended by the redux team as a way to improve update performance. On the other hand ImmutableJS can be quite slow for operations like finding a value.

Making the actual state management portion of the store pluggable would allow a user to implement something that suits their needs without making additional assumptions.

Alternatively, or in addition to this, we could look into general performance improvements such as doing updates in a web worker, since we completely control the "reduction" part of the store life cycle.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant