mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #916] [MERGED] Merge-in SharedDictionary feature #1492
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/916
Author: @eustas
Created: 8/4/2021
Status: ✅ Merged
Merged: 8/4/2021
Merged by: @eustas
Base:
master← Head:upd07b📝 Commits (1)
eabbed1Merge-in SharedDictionary feature📊 Changes
37 files changed (+3066 additions, -38 deletions)
View changed files
➕
c/common/shared_dictionary.c(+515 -0)➕
c/common/shared_dictionary_internal.h(+74 -0)📝
c/dec/decode.c(+184 -10)📝
c/dec/state.c(+8 -2)📝
c/dec/state.h(+17 -2)📝
c/enc/backward_references.c(+60 -1)📝
c/enc/backward_references_hq.c(+87 -11)📝
c/enc/backward_references_inc.h(+31 -5)➕
c/enc/compound_dictionary.c(+200 -0)➕
c/enc/compound_dictionary.h(+60 -0)📝
c/enc/encode.c(+162 -1)📝
c/enc/encoder_dict.c(+596 -1)📝
c/enc/encoder_dict.h(+112 -1)📝
c/enc/hash.h(+200 -0)📝
c/enc/params.h(+2 -1)📝
c/enc/static_dict.c(+55 -1)📝
c/include/brotli/decode.h(+25 -1)📝
c/include/brotli/encode.h(+46 -0)➕
c/include/brotli/shared_dictionary.h(+97 -0)📝
c/tools/brotli.c(+96 -1)...and 17 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.