[PR #86] [MERGED] Add a static hash table based dictionary lookup to fast brotli. #688

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/86
Author: @szabadka
Created: 4/23/2015
Status: Merged
Merged: 4/23/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (2)

  • fdfb198 Add a static hash table based dictionary lookup to fast brotli.
  • e91a449 Add dictionary_hash.h to setup.py.

📊 Changes

3 files changed (+4203 additions, -1 deletions)

View changed files

enc/dictionary_hash.h (+4125 -0)
📝 enc/hash.h (+77 -1)
📝 setup.py (+1 -0)

📄 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/86 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 4/23/2015 **Status:** ✅ Merged **Merged:** 4/23/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`fdfb198`](https://github.com/google/brotli/commit/fdfb19806bcb0bea579787524cd7deb2fadd6df3) Add a static hash table based dictionary lookup to fast brotli. - [`e91a449`](https://github.com/google/brotli/commit/e91a4492c711c8b6d313f1fc8e8c5ca4ac5a5ad7) Add dictionary_hash.h to setup.py. ### 📊 Changes **3 files changed** (+4203 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `enc/dictionary_hash.h` (+4125 -0) 📝 `enc/hash.h` (+77 -1) 📝 `setup.py` (+1 -0) </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:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#688