zippy icon indicating copy to clipboard operation
zippy copied to clipboard

incremental gzip uncompress

Open chancyk opened this issue 4 months ago • 1 comments

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.

chancyk avatar Oct 16 '24 03:10 chancyk