Hacker News new | ask | show | jobs
by lifthrasiir 1 day ago
For decompression, nothing changes because DEFLATE is asymmetric; compressor can spend however much time to optimize the compressed stream independently from decompressor.
1 comments

Deflate also has a fixed 32K window so even with indexes and parallelism there’s only so much you can blow up memory use.