[PR #96] [MERGED] Use a static context map with two buckets for UTF8 data. #700

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/96
Author: @szabadka
Created: 5/7/2015
Status: Merged
Merged: 5/7/2015
Merged by: @szabadka

Base: masterHead: master


📝 Commits (1)

  • 945b0d0 Use a static context map with two buckets for UTF8 data.

📊 Changes

3 files changed (+331 additions, -5 deletions)

View changed files

📝 enc/encode.cc (+69 -5)
📝 enc/metablock.cc (+244 -0)
📝 enc/metablock.h (+18 -0)

📄 Description

Enabled for quality >= 4, and if there are no obvious
UTF8 violations detected.
For each block, we gather two separate histograms, one
for continuation bytes and one for ASCII or lead bytes.


🔄 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/96 **Author:** [@szabadka](https://github.com/szabadka) **Created:** 5/7/2015 **Status:** ✅ Merged **Merged:** 5/7/2015 **Merged by:** [@szabadka](https://github.com/szabadka) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`945b0d0`](https://github.com/google/brotli/commit/945b0d025fae3819f02dc1076fb0e7270199d143) Use a static context map with two buckets for UTF8 data. ### 📊 Changes **3 files changed** (+331 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `enc/encode.cc` (+69 -5) 📝 `enc/metablock.cc` (+244 -0) 📝 `enc/metablock.h` (+18 -0) </details> ### 📄 Description Enabled for quality >= 4, and if there are no obvious UTF8 violations detected. For each block, we gather two separate histograms, one for continuation bytes and one for ASCII or lead bytes. --- <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:50:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#700