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

See if batching timeline updates can further reduce scroll jumps #542

Open
bwindels opened this issue Sep 30, 2021 · 0 comments
Open

See if batching timeline updates can further reduce scroll jumps #542

bwindels opened this issue Sep 30, 2021 · 0 comments

Comments

@bwindels
Copy link
Contributor

My intuition tells me it might, having looked at profiling data. Also, after having cleared the indexeddb, it seems to jump less, wonder if I'm imagining things 👀

The idea would be to either:

  • add proper batching to observable collections
  • auto batch in list view and as long as operations are homogeneous (same type, continuous range), keep expanding the batch, and close it with an rAF.

The latter would be easier.

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