[PR #128] [MERGED] brotli decoder performance improvements #738

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/128
Author: @lvandeve
Created: 8/10/2015
Status: Merged
Merged: 8/10/2015
Merged by: @lvandeve

Base: masterHead: master


📝 Commits (1)

  • 94cd708 brotli decoder performance improvements

📊 Changes

17 files changed (+1466 additions, -1346 deletions)

View changed files

📝 dec/bit_reader.c (+9 -16)
📝 dec/bit_reader.h (+134 -171)
📝 dec/decode.c (+703 -839)
📝 dec/decode.h (+7 -4)
📝 dec/dictionary.h (+1 -1)
📝 dec/huffman.c (+141 -29)
📝 dec/huffman.h (+10 -4)
📝 dec/port.h (+70 -0)
📝 dec/prefix.h (+6 -6)
📝 dec/safe_malloc.c (+4 -1)
📝 dec/safe_malloc.h (+1 -1)
📝 dec/state.c (+81 -13)
📝 dec/state.h (+68 -60)
📝 dec/streams.c (+0 -32)
📝 dec/streams.h (+1 -8)
📝 dec/transform.h (+226 -150)
📝 dec/types.h (+4 -11)

📄 Description

No description provided


🔄 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/128 **Author:** [@lvandeve](https://github.com/lvandeve) **Created:** 8/10/2015 **Status:** ✅ Merged **Merged:** 8/10/2015 **Merged by:** [@lvandeve](https://github.com/lvandeve) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`94cd708`](https://github.com/google/brotli/commit/94cd7085f79a707f5ba3d93086796e695b495975) brotli decoder performance improvements ### 📊 Changes **17 files changed** (+1466 additions, -1346 deletions) <details> <summary>View changed files</summary> 📝 `dec/bit_reader.c` (+9 -16) 📝 `dec/bit_reader.h` (+134 -171) 📝 `dec/decode.c` (+703 -839) 📝 `dec/decode.h` (+7 -4) 📝 `dec/dictionary.h` (+1 -1) 📝 `dec/huffman.c` (+141 -29) 📝 `dec/huffman.h` (+10 -4) 📝 `dec/port.h` (+70 -0) 📝 `dec/prefix.h` (+6 -6) 📝 `dec/safe_malloc.c` (+4 -1) 📝 `dec/safe_malloc.h` (+1 -1) 📝 `dec/state.c` (+81 -13) 📝 `dec/state.h` (+68 -60) 📝 `dec/streams.c` (+0 -32) 📝 `dec/streams.h` (+1 -8) 📝 `dec/transform.h` (+226 -150) 📝 `dec/types.h` (+4 -11) </details> ### 📄 Description _No description provided_ --- <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:50:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#738