• Show log

    Commit

  • Hash : 8642feba
    Author : Edward Thomson
    Date : 2017-12-10T17:23:44

    zstream: use UINT_MAX sized chunks
    
    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.