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

Enable HTTP Compression #66

Closed
jreadey opened this issue Aug 24, 2020 · 1 comment
Closed

Enable HTTP Compression #66

jreadey opened this issue Aug 24, 2020 · 1 comment

Comments

@jreadey
Copy link
Member

jreadey commented Aug 24, 2020

Many dataset hyperslab and point selections would benefit from using HTTP Compression (c.f. https://en.wikipedia.org/wiki/HTTP_compression). For example, if 1024x1024 dataset is mostly zero's, reading the entire dataset would need to transmit relatively few bytes if the response is compressed compared to 10241024element_size for the uncompressed response.

@jreadey jreadey mentioned this issue Aug 24, 2020
16 tasks
jreadey added a commit that referenced this issue Aug 24, 2020
@jreadey
Copy link
Member Author

jreadey commented Aug 25, 2020

This is implemented in d39ff5f.

@jreadey jreadey closed this as completed Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant