mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #1304] [MERGED] use static init to reduce encoder library size #1886
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/1304
Author: @copybara-service[bot]
Created: 8/6/2025
Status: ✅ Merged
Merged: 8/6/2025
Merged by: @copybara-service[bot]
Base:
master← Head:test_791595168📝 Commits (1)
29e040buse static init to reduce encoder library size📊 Changes
8 files changed (+6176 additions, -5842 deletions)
View changed files
📝
c/enc/dictionary_hash.c(+82 -3)📝
c/enc/dictionary_hash.h(+15 -2)📝
c/enc/encode.c(+5 -0)➕
c/enc/static_dict_lut.c(+6047 -0)📝
c/enc/static_dict_lut.h(+14 -5832)📝
c/enc/static_init.c(+10 -0)📝
c/enc/static_init.h(+0 -5)📝
setup.py(+3 -0)📄 Description
use static init to reduce encoder library size
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.