online icon indicating copy to clipboard operation
online copied to clipboard

Use Workers to asynchronously decompress and unpremultiply tile data

Open Cwiiis opened this issue 1 year ago • 0 comments

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 avatar Sep 16 '24 13:09 Cwiiis