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

Pass in zdict to compressobj (see docs) #14

Open bguise987 opened 4 years ago

bguise987 commented 4 years ago

When compressing data, we can pass in a dictionary to the compressobj. Look into whether we can do this and whether it makes a difference.