mirror of
https://github.com/google/brotli.git
synced 2026-09-23 07:05:31 +00:00
[PR #503] [CLOSED] Update encoder #1141
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/503
Author: @eustas
Created: 2/6/2017
Status: ❌ Closed
Base:
master← Head:oom📝 Commits (2)
345450eUpdate encoderffee71eFix build files📊 Changes
25 files changed (+2483 additions, -2307 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)📝
common/constants.h(+1 -0)📝
enc/backward_references.c(+7 -783)📝
enc/backward_references.h(+1 -63)➕
enc/backward_references_hq.c(+780 -0)➕
enc/backward_references_hq.h(+98 -0)📝
enc/backward_references_inc.h(+2 -7)📝
enc/compress_fragment.c(+1 -2)📝
enc/compress_fragment.h(+1 -1)📝
enc/compress_fragment_two_pass.c(+1 -2)📝
enc/compress_fragment_two_pass.h(+1 -1)➕
enc/dictionary_hash.c(+1120 -0)📝
enc/dictionary_hash.h(+1 -1101)📝
enc/encode.c(+45 -20)📝
enc/fast_log.h(+1 -1)📝
enc/hash.h(+49 -319)📝
enc/hash_forgetful_chain_inc.h(+9 -0)📝
enc/hash_longest_match_inc.h(+9 -0)📝
enc/hash_longest_match_quickly_inc.h(+14 -4)➕
enc/hash_to_binary_tree_inc.h(+323 -0)...and 5 more files
📄 Description
BROTLI_MAX_BACKWARD_LIMITto constantsdictionary_hasha compilation unitsize hintparametersize hintto pick new hasher for q4hash to binary treeto separate fileInitializeandCleanupto all hashersmalloc(0) == NULL(fix #500)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.