[PR #295] Add two more fast modes to the brotli compressor. #893

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

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

State: closed
Merged: Yes


The new modes process the input data in independent blocks,
using backward references only from within an input block.

The new modes can be used by specifying quality 0 or quality 1,
the old quality 1 and quality 2 modes are renamed quality 2 and
quality 3, respectively, and the old quality 3 mode is removed.

**Original Pull Request:** https://github.com/google/brotli/pull/295 **State:** closed **Merged:** Yes --- The new modes process the input data in independent blocks, using backward references only from within an input block. The new modes can be used by specifying quality 0 or quality 1, the old quality 1 and quality 2 modes are renamed quality 2 and quality 3, respectively, and the old quality 3 mode is removed.
claunia added the pull-request label 2026-01-29 20:51:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#893