mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #81] [MERGED] Add params to disable static dictionary and context modeling. #682
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/81
Author: @szabadka
Created: 4/23/2015
Status: ✅ Merged
Merged: 4/23/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
89a6fb8Add params to disable static dictionary and context modeling.📊 Changes
11 files changed (+140 additions, -76 deletions)
View changed files
📝
enc/backward_references.cc(+3 -1)📝
enc/block_splitter.cc(+14 -10)📝
enc/block_splitter.h(+6 -3)📝
enc/cluster.h(+16 -0)📝
enc/encode.cc(+43 -37)📝
enc/encode.h(+8 -2)📝
enc/encode_parallel.cc(+2 -1)📝
enc/histogram.cc(+6 -4)📝
enc/histogram.h(+4 -2)📝
enc/metablock.cc(+35 -15)📝
enc/metablock.h(+3 -1)📄 Description
Disable all slow features for quality <= 9 (literal cost modeling,
dictionary, context modeling, advanced block splitting).
Change vector arguments of internal functions
to Command* and size_t.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.