[PR #146] [MERGED] update brotli encoder with latest improvements #756

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

  • 6511d6b update brotli encoder with latest improvements

📊 Changes

10 files changed (+152 additions, -65 deletions)

View changed files

📝 enc/backward_references.cc (+2 -2)
📝 enc/bit_cost.h (+11 -1)
📝 enc/brotli_bit_stream.cc (+1 -1)
📝 enc/cluster.h (+2 -0)
📝 enc/command.h (+5 -15)
📝 enc/encode.cc (+80 -29)
📝 enc/encode.h (+2 -2)
📝 enc/hash.h (+44 -10)
📝 enc/ringbuffer.h (+3 -3)
📝 enc/static_dict.cc (+2 -2)

📄 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/146 **Author:** [@lvandeve](https://github.com/lvandeve) **Created:** 8/28/2015 **Status:** ✅ Merged **Merged:** 8/28/2015 **Merged by:** [@lvandeve](https://github.com/lvandeve) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6511d6b`](https://github.com/google/brotli/commit/6511d6b01629631ad76864fe499a27f36d448396) update brotli encoder with latest improvements ### 📊 Changes **10 files changed** (+152 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+2 -2) 📝 `enc/bit_cost.h` (+11 -1) 📝 `enc/brotli_bit_stream.cc` (+1 -1) 📝 `enc/cluster.h` (+2 -0) 📝 `enc/command.h` (+5 -15) 📝 `enc/encode.cc` (+80 -29) 📝 `enc/encode.h` (+2 -2) 📝 `enc/hash.h` (+44 -10) 📝 `enc/ringbuffer.h` (+3 -3) 📝 `enc/static_dict.cc` (+2 -2) </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:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#756