mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #1311] [MERGED] move bulky generated constants out of main code #1893
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:test_799059516📝 Commits (1)
e7b0c08move 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.