[PR #1317] [MERGED] add decoder static init #1901

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

📋 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: masterHead: test_802473490


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/1317 **Author:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Created:** 9/3/2025 **Status:** ✅ Merged **Merged:** 9/4/2025 **Merged by:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Base:** `master` ← **Head:** `test_802473490` --- ### 📝 Commits (1) - [`20ed137`](https://github.com/google/brotli/commit/20ed1374ff43f108ab006057c7cc22cc7f605288) add decoder static init ### 📊 Changes **11 files changed** (+160 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description add decoder static init --- <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:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1901