bguise987 / pigz-python

The goal of this project is to create a pure Python implementation of the pigz project for parallelizing gzipping.
MIT License
31 stars 5 forks source link

Implement zip functionality #9

Closed bguise987 closed 4 years ago

bguise987 commented 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).

bguise987 commented 4 years ago

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?