• 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
..
tests Loading commit data...
Makefile.am Loading commit data...
brotli.vsc Loading commit data...
vfp_brotli.c Loading commit data...
vfp_brotli.vcc Loading commit data...