[PR #293] [MERGED] Partial Hasher initialization for small input data. #890

Closed
opened 2026-01-29 20:51:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/293
Author: @szabadka
Created: 1/7/2016
Status: Merged
Merged: 1/8/2016
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 4dd9114 Partial Hasher initialization for small input data.

📊 Changes

2 files changed (+53 additions, -6 deletions)

View changed files

📝 enc/backward_references.cc (+9 -0)
📝 enc/hash.h (+44 -6)

📄 Description

This increases compression speed of very small files (< 1KB) for quality <= 3.


🔄 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/293 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 1/7/2016 **Status:** ✅ Merged **Merged:** 1/8/2016 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`4dd9114`](https://github.com/google/brotli/commit/4dd9114c9732d9ac488810e4611fda17c2acd6ce) Partial Hasher initialization for small input data. ### 📊 Changes **2 files changed** (+53 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+9 -0) 📝 `enc/hash.h` (+44 -6) </details> ### 📄 Description This increases compression speed of very small files (< 1KB) for quality <= 3. --- <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:51:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#890