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

Threaded Decode #10

Open
william-silversmith opened this issue Jan 25, 2022 · 0 comments
Open

Threaded Decode #10

william-silversmith opened this issue Jan 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@william-silversmith
Copy link

If you had a really big file, you'd want to be able to decode slices fast. In format 1, decoding multiple z simultaneously is trivial. Can a single z be decoded by multiple threads? That could be more useful for someone paging one slice at a time for a big slice. Decoding multiple slices at once isn't bad for prefetching.

@william-silversmith william-silversmith added the enhancement New feature or request label Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant