mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #914] [MERGED] Update #1487
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/914
Author: @eustas
Created: 7/28/2021
Status: ✅ Merged
Merged: 7/29/2021
Merged by: @eustas
Base:
master← Head:upd07a📝 Commits (1)
a30ec31Update📊 Changes
22 files changed (+657 additions, -515 deletions)
View changed files
📝
c/enc/backward_references_hq.c(+50 -31)📝
c/enc/block_splitter_inc.h(+31 -24)📝
c/enc/brotli_bit_stream.c(+112 -98)📝
c/enc/brotli_bit_stream.h(+1 -1)📝
c/enc/cluster_inc.h(+24 -19)📝
c/enc/compress_fragment.c(+71 -76)📝
c/enc/compress_fragment.h(+30 -6)📝
c/enc/compress_fragment_two_pass.c(+76 -79)📝
c/enc/compress_fragment_two_pass.h(+19 -2)📝
c/enc/encode.c(+92 -85)📝
c/enc/hash.h(+3 -5)📝
c/enc/hash_composite_inc.h(+1 -1)📝
c/enc/literal_cost.c(+15 -11)📝
c/enc/literal_cost.h(+2 -1)📝
c/enc/memory.c(+22 -0)📝
c/enc/memory.h(+6 -0)📝
c/enc/metablock.c(+59 -46)📝
c/enc/metablock.h(+2 -2)📝
c/enc/metablock_inc.h(+8 -6)📝
java/org/brotli/wrapper/dec/Decoder.java(+9 -0)...and 2 more files
📄 Description
(not dangerous, only in large_window mode)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.