[PR #9] New version of the backward reference search code. #586

Closed
opened 2026-01-29 20:46:16 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/9

State: closed
Merged: Yes


The new interface of the backward reference search
function makes it possible to use it in a streaming
manner.

Using the advanced cost model and static dictionary
can be turned on/off by template parameters.

The distance short codes are now computed as part of
the backward reference search.

Added a faster version of the Hasher.

**Original Pull Request:** https://github.com/google/brotli/pull/9 **State:** closed **Merged:** Yes --- The new interface of the backward reference search function makes it possible to use it in a streaming manner. Using the advanced cost model and static dictionary can be turned on/off by template parameters. The distance short codes are now computed as part of the backward reference search. Added a faster version of the Hasher.
claunia added the pull-request label 2026-01-29 20:46:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#586