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

Use Workers to asynchronously decompress and unpremultiply tile data #10052

Open
Cwiiis opened this issue Sep 16, 2024 · 0 comments · May be fixed by #10177
Open

Use Workers to asynchronously decompress and unpremultiply tile data #10052

Cwiiis opened this issue Sep 16, 2024 · 0 comments · May be fixed by #10177
Labels
enhancement New feature or request unconfirmed

Comments

@Cwiiis
Copy link
Contributor

Cwiiis commented Sep 16, 2024

There is currently jank when scrolling due to the expense of decompressing and unpremultiplying tile data on the main thread while scrolling. We could remove this jank and improve responsiveness by doing this work off of the main thread in a Worker.

@Cwiiis Cwiiis added enhancement New feature or request unconfirmed labels Sep 16, 2024
@Cwiiis Cwiiis linked a pull request Oct 4, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request unconfirmed
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant