mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #96] [MERGED] Use a static context map with two buckets for UTF8 data. #700
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (1)
945b0d0Use 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.