mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #1317] [MERGED] add decoder static init #1901
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/1317
Author: @copybara-service[bot]
Created: 9/3/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @copybara-service[bot]
Base:
master← Head:test_802473490📝 Commits (1)
20ed137add decoder static init📊 Changes
11 files changed (+160 additions, -7 deletions)
View changed files
📝
c/dec/decode.c(+5 -0)📝
c/dec/prefix.c(+47 -0)📝
c/dec/prefix.h(+15 -0)➕
c/dec/static_init.c(+53 -0)➕
c/dec/static_init.h(+30 -0)📝
c/enc/dictionary_hash.c(+1 -1)📝
c/enc/dictionary_hash.h(+1 -1)📝
c/enc/static_dict_lut.c(+1 -1)📝
c/enc/static_dict_lut.h(+1 -1)📝
c/enc/static_init_lazy.cc(+4 -3)📝
setup.py(+2 -0)📄 Description
add decoder static init
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.