pfalcon / uzlib

Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
Other
303 stars 82 forks source link

No documentation on Streaming Compression or Streaming Decompression #45

Closed thekakester closed 1 year ago

thekakester commented 1 year ago

The readme file mentions that this can compress or decompress without needing the entire file to be in memory, but there are no examples about how to do this.

Could a new example be created to compress or decompress an arbitrarily large file in smaller chunks, or possibly a byte-by-byte method?

github-actions[bot] commented 1 year ago

Thanks for your submission. However there was no (further) activity on it for some time. Below are possible reasons and/or means to proceed further:

Thanks for your understanding!

InnoJuju commented 1 year ago

UP : I'm also interested by an exemple for this mode

github-actions[bot] commented 1 year ago

Thanks for your submission. However there was no (further) activity on it for some time. Below are possible reasons and/or means to proceed further:

Thanks for your understanding!

github-actions[bot] commented 1 year ago

Closing due to inactivity.