tiff-js icon indicating copy to clipboard operation
tiff-js copied to clipboard

Process strip data asynchronously

Open GPHemsley opened this issue 12 years ago • 0 comments

Strips are currently processed concurrently, which means large strips and large numbers of strips will delay the loading process.

Since we know the locations of all the strips before we start processing them, we should be able to process each strip independently of the others, resulting in faster load times.

GPHemsley avatar Sep 15 '12 15:09 GPHemsley