[PR #81] [MERGED] Add params to disable static dictionary and context modeling. #682

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/81
Author: @szabadka
Created: 4/23/2015
Status: Merged
Merged: 4/23/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 89a6fb8 Add params to disable static dictionary and context modeling.

📊 Changes

11 files changed (+140 additions, -76 deletions)

View changed files

📝 enc/backward_references.cc (+3 -1)
📝 enc/block_splitter.cc (+14 -10)
📝 enc/block_splitter.h (+6 -3)
📝 enc/cluster.h (+16 -0)
📝 enc/encode.cc (+43 -37)
📝 enc/encode.h (+8 -2)
📝 enc/encode_parallel.cc (+2 -1)
📝 enc/histogram.cc (+6 -4)
📝 enc/histogram.h (+4 -2)
📝 enc/metablock.cc (+35 -15)
📝 enc/metablock.h (+3 -1)

📄 Description

Disable all slow features for quality <= 9 (literal cost modeling,
dictionary, context modeling, advanced block splitting).

Change vector arguments of internal functions
to Command* and size_t.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/81 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 4/23/2015 **Status:** ✅ Merged **Merged:** 4/23/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`89a6fb8`](https://github.com/google/brotli/commit/89a6fb85fb5d14a479de5bb48d890513c2b601bd) Add params to disable static dictionary and context modeling. ### 📊 Changes **11 files changed** (+140 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+3 -1) 📝 `enc/block_splitter.cc` (+14 -10) 📝 `enc/block_splitter.h` (+6 -3) 📝 `enc/cluster.h` (+16 -0) 📝 `enc/encode.cc` (+43 -37) 📝 `enc/encode.h` (+8 -2) 📝 `enc/encode_parallel.cc` (+2 -1) 📝 `enc/histogram.cc` (+6 -4) 📝 `enc/histogram.h` (+4 -2) 📝 `enc/metablock.cc` (+35 -15) 📝 `enc/metablock.h` (+3 -1) </details> ### 📄 Description Disable all slow features for quality <= 9 (literal cost modeling, dictionary, context modeling, advanced block splitting). Change vector<Command> arguments of internal functions to Command\* and size_t. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:50:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#682