[PR #108] [MERGED] Use the same hasher for text and font mode. #717

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/108
Author: @szabadka
Created: 5/11/2015
Status: Merged
Merged: 5/11/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 6622355 Use the same hasher for text and font mode.

📊 Changes

3 files changed (+25 additions, -46 deletions)

View changed files

📝 enc/backward_references.cc (+2 -9)
📝 enc/encode.cc (+1 -1)
📝 enc/hash.h (+22 -36)

📄 Description

We use 4-byte hashing in both and look for length 3
matches separately.


🔄 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/108 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 5/11/2015 **Status:** ✅ Merged **Merged:** 5/11/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6622355`](https://github.com/google/brotli/commit/6622355a9af77887e0ef64ae46cbd54a89b82974) Use the same hasher for text and font mode. ### 📊 Changes **3 files changed** (+25 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+2 -9) 📝 `enc/encode.cc` (+1 -1) 📝 `enc/hash.h` (+22 -36) </details> ### 📄 Description We use 4-byte hashing in both and look for length 3 matches separately. --- <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:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#717