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

Improve update collection mechanism for sync v3 #613

Open
4 tasks
bwindels opened this issue Dec 7, 2021 · 0 comments
Open
4 tasks

Improve update collection mechanism for sync v3 #613

bwindels opened this issue Dec 7, 2021 · 0 comments

Comments

@bwindels
Copy link
Contributor

bwindels commented Dec 7, 2021

  • BaseMappedList updater should use UpdateAction to be able to replace the existing mapped value (or update, or swallow do update)
  • TemplateView needs to resubscribe on update() and support replacing the view model with another.
  • If sync v3 updates perf seems problematic, either of these may be a solution:
    • properly implement the reset event on collections
    • consider a bulk update mechanism for observable collections.
  • other lazylistviews have shown some friction by not having random access. We could add a method to create an iterator at a given index.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant