Open
Description
Issue to track improvements that can be done to the zlib
library that now has preliminary support:
- Implement decompressing data streams via the
zlib.decompressobj
style function like in CPython. - Expand
zlib
with other functions likecrc32
similar to PR [Refactoring... WIP] Implement CPython-compatible gzip.decompress, restore uzlib. Enable both for atmel-samd #1274 was looking to do. - Expand for compression functionality. Compression does not exist in the used
uzlib
library. - Implement the
gzip
CPython library (in CPython this is done in pure python so could be done the same).