zstream.c
4.47 KB
-
zstream: use UINT_MAX sized chunks · 8642feba
Instead of paging to zlib in INT_MAX sized chunks, we can give it as many as UINT_MAX bytes at a time. zlib doesn't care how big a buffer we give it, this simply results in fewer calls into zlib.
Edward Thomson committed