Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow optimisation of Deltas for sub reducers #8

Closed
mrpmorris opened this issue May 17, 2022 · 0 comments
Closed

Allow optimisation of Deltas for sub reducers #8

mrpmorris opened this issue May 17, 2022 · 0 comments
Milestone

Comments

@mrpmorris
Copy link
Owner

When a reducer (e.g. School) uses a sub-state reducer (e.g. Students) it might be necessary to transform the Delta state to improve performance.

For example, if the Delta is a List<Student> and we need the sub reducer to check each student in its given state and look up that student in the Delta then it would be better if we could first transform the List<Student> to a Dictionary<int, Student> for quick lookup.

@mrpmorris mrpmorris added this to the 0.4 milestone May 17, 2022
@mrpmorris mrpmorris mentioned this issue May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant