mirror of
https://github.com/google/brotli.git
synced 2026-09-23 07:05:31 +00:00
[PR #132] [MERGED] Brotli decoder optimizations. #742
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/132
Author: @szabadka
Created: 8/10/2015
Status: ✅ Merged
Merged: 8/10/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
4b2fd00Use a single lookup table for insert/copy offsets and extra bits.📊 Changes
9 files changed (+723 additions, -141 deletions)
View changed files
📝
dec/Makefile(+1 -1)📝
dec/decode.c(+17 -19)📝
dec/huffman.c(+0 -1)📝
dec/prefix.h(+705 -24)➖
dec/safe_malloc.c(+0 -46)➖
dec/safe_malloc.h(+0 -43)📝
dec/state.c(+0 -3)📝
dec/state.h(+0 -2)📝
setup.py(+0 -2)📄 Description
Use a single lookup table for insert/copy offsets and extra bits.
Remove safe_malloc.c since all the bounds checking is done inside
decode.c now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.