[PR #497] [MERGED] Update encoder #1136

Open
opened 2026-01-29 20:52:38 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/497
Author: @eustas
Created: 1/26/2017
Status: Merged
Merged: 1/26/2017
Merged by: @eustas

Base: masterHead: update-encoder


📝 Commits (1)

📊 Changes

12 files changed (+1203 additions, -4152 deletions)

View changed files

📝 common/dictionary.c (+22 -7)
📝 common/dictionary.h (+2 -2)
📝 enc/backward_references.c (+1 -6)
📝 enc/compress_fragment_two_pass.c (+5 -2)
📝 enc/dictionary_hash.h (+1101 -4098)
📝 enc/encode.c (+12 -6)
📝 enc/hash.h (+1 -1)
📝 enc/histogram.c (+4 -2)
📝 enc/metablock.c (+43 -23)
📝 enc/quality.h (+1 -0)
📝 enc/static_dict.c (+4 -4)
📝 include/brotli/encode.h (+7 -1)

📄 Description

  • pad dictionary LUTs to length 32, etc. (#493)
  • avoid using INFINITY constant (#496)
  • make dictionary_hash.h more compact
  • add "disable literal context modelling" parameter

🔄 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/497 **Author:** [@eustas](https://github.com/eustas) **Created:** 1/26/2017 **Status:** ✅ Merged **Merged:** 1/26/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `update-encoder` --- ### 📝 Commits (1) - [`a0f806b`](https://github.com/google/brotli/commit/a0f806b05ac88d107f2a4f0da0db379f324e3dca) Update encoder ### 📊 Changes **12 files changed** (+1203 additions, -4152 deletions) <details> <summary>View changed files</summary> 📝 `common/dictionary.c` (+22 -7) 📝 `common/dictionary.h` (+2 -2) 📝 `enc/backward_references.c` (+1 -6) 📝 `enc/compress_fragment_two_pass.c` (+5 -2) 📝 `enc/dictionary_hash.h` (+1101 -4098) 📝 `enc/encode.c` (+12 -6) 📝 `enc/hash.h` (+1 -1) 📝 `enc/histogram.c` (+4 -2) 📝 `enc/metablock.c` (+43 -23) 📝 `enc/quality.h` (+1 -0) 📝 `enc/static_dict.c` (+4 -4) 📝 `include/brotli/encode.h` (+7 -1) </details> ### 📄 Description * pad dictionary LUTs to length 32, etc. (#493) * avoid using INFINITY constant (#496) * make dictionary_hash.h more compact * add "disable literal context modelling" parameter --- <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:52:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1136