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

Minimum code size + memory space requirements? #6

Closed sheffieldnikki closed 5 years ago

sheffieldnikki commented 7 years ago

Could you add a couple of lines of documentation with the actual minimum code size + memory space requirements for the library? Decompress-only and compress-only please?

I'd like to gzip compress XML transmitted by an embedded ESP8266. Even a low compression ratio would be fine if it means less time transmitting over WiFi, eating the battery life.

Thanks

pfalcon commented 5 years ago

To find that out, you would need to build it with your compiler, voila. But if you want to see numbers with my compiler, I added it to the README.