[PR #62] [MERGED] Add an input block size parameter to brotli. #651

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

  • 817a3ed Add an input block size parameter to brotli.

📊 Changes

3 files changed (+40 additions, -28 deletions)

View changed files

📝 enc/encode.cc (+14 -26)
📝 enc/encode.h (+7 -2)
📝 enc/static_dict.h (+19 -0)

📄 Description

This will enable processing the input in smaller
chunks than the currently default 2MB for the
slow brotli, while still benefiting from the
larger sliding window.


🔄 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/62 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 4/1/2015 **Status:** ✅ Merged **Merged:** 4/1/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`817a3ed`](https://github.com/google/brotli/commit/817a3edd52d82f2b3e189875d8e6b8474f65b363) Add an input block size parameter to brotli. ### 📊 Changes **3 files changed** (+40 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `enc/encode.cc` (+14 -26) 📝 `enc/encode.h` (+7 -2) 📝 `enc/static_dict.h` (+19 -0) </details> ### 📄 Description This will enable processing the input in smaller chunks than the currently default 2MB for the slow brotli, while still benefiting from the larger sliding window. --- <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:48:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#651