zippy
zippy copied to clipboard
incremental gzip uncompress
I needed to incrementally decompress very large (~100GB) gzipped JSON files. This is working for me and seems to only be about 20% slower than the one-shot version for large files, but 6x slower for small files, so probably worth leaving it as a separate API.