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

Can this library be used for streaming decompression? #9

Closed
danielloader opened this issue Aug 28, 2021 · 1 comment
Closed

Can this library be used for streaming decompression? #9

danielloader opened this issue Aug 28, 2021 · 1 comment

Comments

@danielloader
Copy link

Thanks for writing this wrapper, is it possible to use it to stream decompress chunked data? Either through a pipe or streaming HTTP response?

Thanks again.

@dcwatson
Copy link
Owner

Not really. Take a look at https://github.com/ebiggers/libdeflate#api for more info, but tl;dr is that it's great for "small" chunks of data, not for streams.

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

2 participants