mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #128] [MERGED] brotli decoder performance improvements #738
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/128
Author: @lvandeve
Created: 8/10/2015
Status: ✅ Merged
Merged: 8/10/2015
Merged by: @lvandeve
Base:
master← Head:master📝 Commits (1)
94cd708brotli decoder performance improvements📊 Changes
17 files changed (+1466 additions, -1346 deletions)
View changed files
📝
dec/bit_reader.c(+9 -16)📝
dec/bit_reader.h(+134 -171)📝
dec/decode.c(+703 -839)📝
dec/decode.h(+7 -4)📝
dec/dictionary.h(+1 -1)📝
dec/huffman.c(+141 -29)📝
dec/huffman.h(+10 -4)📝
dec/port.h(+70 -0)📝
dec/prefix.h(+6 -6)📝
dec/safe_malloc.c(+4 -1)📝
dec/safe_malloc.h(+1 -1)📝
dec/state.c(+81 -13)📝
dec/state.h(+68 -60)📝
dec/streams.c(+0 -32)📝
dec/streams.h(+1 -8)📝
dec/transform.h(+226 -150)📝
dec/types.h(+4 -11)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.