mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #119] [MERGED] Deprecate greedy_block_split and enable_context_modeling brotli params. #730
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/119
Author: @szabadka
Created: 6/12/2015
Status: ✅ Merged
Merged: 6/12/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
618287bDeprecate greedy_block_split and enable_context_modeling brotli params.📊 Changes
8 files changed (+32 additions, -89 deletions)
View changed files
📝
enc/backward_references.cc(+15 -26)📝
enc/backward_references.h(+0 -1)📝
enc/cluster.h(+0 -16)📝
enc/encode.cc(+2 -9)📝
enc/encode.h(+2 -1)📝
enc/encode_parallel.cc(+1 -4)📝
enc/metablock.cc(+12 -31)📝
enc/metablock.h(+0 -1)📄 Description
These affected only quality 11, and now it does not make sense
to disable block splitting or context modeling because most of
the time is spent in zopfli anyway.
Now all speed vs size compromises are controlled by the quality param.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.