Closed bguise987 closed 4 years ago
This will largely be left up to gzip (and this will likely be a small task). But implement the actual function(s) to zip the incoming file(s).
Looks like leaving this up to gzip may not be the best approach.
Reading the pigz manual more closely (and the code), compression chunks are handled by zlib it seems?
This will largely be left up to gzip (and this will likely be a small task). But implement the actual function(s) to zip the incoming file(s).