Closed ghuls closed 3 years ago
Hi! Where were you thinking this might fit into rust-lapper
? I have another crate that does provide exactly that: https://github.com/sstadick/gzp
@sstadick Sorry, it was meant for the gzp
repo. Do you plan to add continuous dictionary compression in the future?
I don't plan on adding that myself anytime soon. The best that I can tell flate2
doesn't expose enough internals to to use it to do that. If I could figure out how to do it with flate2 I certainly would though.
I'm going to close this here, but feel free to reopen it over in gzp
. I think this is a reasonable feature request over there even if it's not coming in the short term. Longer term I foresee having to dig more into the internals of flate2 anyways, to the point that this will become possible.
Use parallel gzip compression as implemented in pigz.
https://zlib.net/pigz/pigz.pdf