• Nils Goroll's avatar
    Fill the brotli input buffer · 60a3e730
    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.
    60a3e730
Name
Last commit
Last update
m4 Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...