mirror of
https://github.com/google/brotli.git
synced 2026-09-23 15:15:35 +00:00
[PR #9] [MERGED] New version of the backward reference search code. #584
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/9
Author: @szabadka
Created: 10/28/2014
Status: ✅ Merged
Merged: 10/28/2014
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
b4f39bfNew version of the backward reference search code.📊 Changes
13 files changed (+741 additions, -587 deletions)
View changed files
📝
enc/backward_references.cc(+239 -134)📝
enc/backward_references.h(+9 -3)📝
enc/block_splitter.cc(+8 -8)📝
enc/command.h(+122 -22)📝
enc/encode.cc(+49 -107)📝
enc/encode.h(+2 -3)📝
enc/fast_log.h(+10 -0)📝
enc/hash.h(+265 -155)📝
enc/histogram.cc(+8 -8)➖
enc/prefix.cc(+0 -131)📝
enc/prefix.h(+25 -13)📝
enc/ringbuffer.h(+3 -3)📝
enc/write_bits.h(+1 -0)📄 Description
The new interface of the backward reference search
function makes it possible to use it in a streaming
manner.
Using the advanced cost model and static dictionary
can be turned on/off by template parameters.
The distance short codes are now computed as part of
the backward reference search.
Added a faster version of the Hasher.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.