brotli/c
Brotli 9351fa7ffb Compare 4 bytes when checking if a longer match is possible.
Loading and comparing 4 bytes is ~as fast as 1 byte, but allows us to avoid more full match length calculation.

PiperOrigin-RevId: 617556847
2024-03-20 10:30:00 -07:00
..
common remove dependency on os-specific defines 2024-01-22 07:24:41 -08:00
dec reduce amount of padding in decoder structs 2023-08-09 02:48:53 -07:00
enc Compare 4 bytes when checking if a longer match is possible. 2024-03-20 10:30:00 -07:00
fuzz insert missing fuzz/WORKSPACE content 2023-07-10 07:31:03 -07:00
include/brotli Move serialized dictionary feature behind the flag. 2023-08-18 02:55:33 -07:00
tools add brcat alias + flag to decompress concatenated streams 2024-01-15 12:49:56 -08:00