mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #108] [MERGED] Use the same hasher for text and font mode. #717
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
6622355Use 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.