[PR #306] [MERGED] Use a hash-to-binary-tree data structure for quality 11 as suggested by Issue #180 #902

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/306
Author: @szabadka
Created: 1/27/2016
Status: Merged
Merged: 1/27/2016
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • dbb53e6 Use a hash-to-binary-tree data structure for quality 11 as suggested by Issue #180.

📊 Changes

6 files changed (+319 additions, -68 deletions)

View changed files

📝 enc/backward_references.cc (+46 -34)
📝 enc/backward_references.h (+1 -1)
📝 enc/encode.cc (+3 -6)
📝 enc/encode.h (+0 -1)
📝 enc/encode_parallel.cc (+2 -3)
📝 enc/hash.h (+267 -23)

📄 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/306 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 1/27/2016 **Status:** ✅ Merged **Merged:** 1/27/2016 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`dbb53e6`](https://github.com/google/brotli/commit/dbb53e64348af066efcf3dc4a8520f6e577cae27) Use a hash-to-binary-tree data structure for quality 11 as suggested by Issue #180. ### 📊 Changes **6 files changed** (+319 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+46 -34) 📝 `enc/backward_references.h` (+1 -1) 📝 `enc/encode.cc` (+3 -6) 📝 `enc/encode.h` (+0 -1) 📝 `enc/encode_parallel.cc` (+2 -3) 📝 `enc/hash.h` (+267 -23) </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:51:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#902