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

dictionary size #40

Closed smdjeff closed 2 years ago

smdjeff commented 2 years ago

The readme says "dictionary is also hardcoded at compile time"... but looking at the code and the examples, it looks configurable.

pfalcon commented 2 years ago

Please kindly read the README carefully, it has many important details to pay attention to.