Author :
Brotli
Date :
2024-03-20 10:29:20
Hash :9351fa7f Message :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