[PR #688] [MERGED] Update #1332

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/688
Author: @eustas
Created: 6/20/2018
Status: Merged
Merged: 6/20/2018
Merged by: @eustas

Base: masterHead: upd06h


📝 Commits (1)

📊 Changes

7 files changed (+667 additions, -213 deletions)

View changed files

📝 c/common/platform.h (+1 -205)
📝 c/enc/backward_references.c (+15 -0)
📝 c/enc/hash.h (+51 -5)
c/enc/hash_composite_inc.h (+133 -0)
c/enc/hash_rolling_inc.h (+215 -0)
📝 c/enc/quality.h (+18 -0)
📝 c/include/brotli/port.h (+234 -3)

📄 Description

  • add rolling-composite-hasher for large-window mode
  • make API methods explicitly public

🔄 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/688 **Author:** [@eustas](https://github.com/eustas) **Created:** 6/20/2018 **Status:** ✅ Merged **Merged:** 6/20/2018 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd06h` --- ### 📝 Commits (1) - [`d2b77ec`](https://github.com/google/brotli/commit/d2b77ec08de315cabbb0fbe8e2f582dcfad20810) Update ### 📊 Changes **7 files changed** (+667 additions, -213 deletions) <details> <summary>View changed files</summary> 📝 `c/common/platform.h` (+1 -205) 📝 `c/enc/backward_references.c` (+15 -0) 📝 `c/enc/hash.h` (+51 -5) ➕ `c/enc/hash_composite_inc.h` (+133 -0) ➕ `c/enc/hash_rolling_inc.h` (+215 -0) 📝 `c/enc/quality.h` (+18 -0) 📝 `c/include/brotli/port.h` (+234 -3) </details> ### 📄 Description * add rolling-composite-hasher for large-window mode * make API methods explicitly public --- <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:53: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#1332