[PR #239] [MERGED] Use uint32_t positions in the hasher and compute distances modulo 2^32. #832

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/239
Author: @szabadka
Created: 10/26/2015
Status: Merged
Merged: 10/26/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • a89b57b Use uint32_t positions in the hasher and compute distances modulo 2^32.

📊 Changes

3 files changed (+60 additions, -77 deletions)

View changed files

📝 enc/backward_references.cc (+1 -1)
📝 enc/encode.h (+2 -1)
📝 enc/hash.h (+57 -75)

📄 Description

No description provided


🔄 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/239 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 10/26/2015 **Status:** ✅ Merged **Merged:** 10/26/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a89b57b`](https://github.com/google/brotli/commit/a89b57b90cb95ffa68f8593353f55ce04edb8850) Use uint32_t positions in the hasher and compute distances modulo 2^32. ### 📊 Changes **3 files changed** (+60 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `enc/backward_references.cc` (+1 -1) 📝 `enc/encode.h` (+2 -1) 📝 `enc/hash.h` (+57 -75) </details> ### 📄 Description _No description provided_ --- <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:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#832