[PR #294] Faster entropy coding phase for quality 1. #892

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

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

State: closed
Merged: Yes


In quality 1, use static Huffman codes for distance
and command histograms with <= 128 symbols and dynamic
Huffman codes with static code length codes for the other
histograms.

**Original Pull Request:** https://github.com/google/brotli/pull/294 **State:** closed **Merged:** Yes --- In quality 1, use static Huffman codes for distance and command histograms with <= 128 symbols and dynamic Huffman codes with static code length codes for the other histograms.
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#892