• Nils Goroll's avatar
    Fill the brotli input buffer · 892d825d
    Nils Goroll authored
    this can save calls into the brotli code.
    
    Note: I thought we might be able to avoid the additional ring buffer
    copy in the brotli encode by using a buffer of size 1 << lgblock, but the
    brotli code calls RingBufferWrite() even if the input buffer holds all
    of the data to be compressed.
    892d825d
roundtrip.vtc 8.44 KB