[PR #10] [MERGED] Make the histogram clustering function more generic. #582

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/10
Author: @szabadka
Created: 10/28/2014
Status: Merged
Merged: 10/28/2014
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • f321ba1 Make the histogram clustering function more generic.

📊 Changes

1 file changed (+19 additions, -18 deletions)

View changed files

📝 enc/cluster.h (+19 -18)

📄 Description

Change the template parameter to be the histogram class
instead of the alphabet size of the histogram.


🔄 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/10 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/28/2014 **Status:** ✅ Merged **Merged:** 10/28/2014 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f321ba1`](https://github.com/google/brotli/commit/f321ba19643790dc122850d2217510ec6dcdd06d) Make the histogram clustering function more generic. ### 📊 Changes **1 file changed** (+19 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `enc/cluster.h` (+19 -18) </details> ### 📄 Description Change the template parameter to be the histogram class instead of the alphabet size of the histogram. --- <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:46:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#582