[PR #468] [MERGED] Fixes #1099

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/468
Author: @eustas
Created: 11/9/2016
Status: Merged
Merged: 11/9/2016
Merged by: @eustas

Base: masterHead: master


📝 Commits (1)

📊 Changes

7 files changed (+54 additions, -26 deletions)

View changed files

📝 README.md (+1 -1)
📝 configure (+1 -1)
📝 enc/backward_references.c (+34 -19)
📝 enc/hash.h (+10 -1)
📝 enc/quality.h (+3 -0)
📝 include/brotli/encode.h (+4 -3)
📝 include/brotli/types.h (+1 -1)

📄 Description

  • fix slow-down after a long copy (q10-11)
  • more thorough hashing for long ranges (q10-11)
  • minor documentation fixes
  • bazel.io -> bazel.build

🔄 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/468 **Author:** [@eustas](https://github.com/eustas) **Created:** 11/9/2016 **Status:** ✅ Merged **Merged:** 11/9/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`cc4843d`](https://github.com/google/brotli/commit/cc4843d773b18ef43ff7b3f7354a40c51dc21c9a) Fixes: ### 📊 Changes **7 files changed** (+54 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `configure` (+1 -1) 📝 `enc/backward_references.c` (+34 -19) 📝 `enc/hash.h` (+10 -1) 📝 `enc/quality.h` (+3 -0) 📝 `include/brotli/encode.h` (+4 -3) 📝 `include/brotli/types.h` (+1 -1) </details> ### 📄 Description * fix slow-down after a long copy (q10-11) * more thorough hashing for long ranges (q10-11) * minor documentation fixes * bazel.io -> bazel.build --- <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:52:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1099