[PR #1311] [MERGED] move bulky generated constants out of main code #1893

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1311
Author: @copybara-service[bot]
Created: 8/25/2025
Status: Merged
Merged: 8/25/2025
Merged by: @copybara-service[bot]

Base: masterHead: test_799059516


📝 Commits (1)

  • e7b0c08 move bulky generated constants out of main code

📊 Changes

6 files changed (+13523 additions, -13522 deletions)

View changed files

📝 c/common/dictionary.c (+2 -5854)
c/common/dictionary_inc.h (+5847 -0)
📝 c/enc/dictionary_hash.c (+7 -1833)
c/enc/dictionary_hash_inc.h (+1829 -0)
📝 c/enc/static_dict_lut.c (+8 -5835)
c/enc/static_dict_lut_inc.h (+5830 -0)

📄 Description

move bulky generated constants out of main code


🔄 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/1311 **Author:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 8/25/2025 **Merged by:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Base:** `master` ← **Head:** `test_799059516` --- ### 📝 Commits (1) - [`e7b0c08`](https://github.com/google/brotli/commit/e7b0c08b5100fdb23562d9ab455d7c30638ae132) move bulky generated constants out of main code ### 📊 Changes **6 files changed** (+13523 additions, -13522 deletions) <details> <summary>View changed files</summary> 📝 `c/common/dictionary.c` (+2 -5854) ➕ `c/common/dictionary_inc.h` (+5847 -0) 📝 `c/enc/dictionary_hash.c` (+7 -1833) ➕ `c/enc/dictionary_hash_inc.h` (+1829 -0) 📝 `c/enc/static_dict_lut.c` (+8 -5835) ➕ `c/enc/static_dict_lut_inc.h` (+5830 -0) </details> ### 📄 Description move bulky generated constants out of main code --- <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:56:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1893