mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #183] [MERGED] Update brotli decoder with latest improvements. #783
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/183
Author: @szabadka
Created: 9/28/2015
Status: ✅ Merged
Merged: 9/28/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (6)
e44caf9Introduce a BROTLI_BUILD_PORTABLE macro to disable potentially dangerous optimizations.3cd3a10Small speedup of command decoding.10aaa83Fix a bug in ReadHuffmanCode().5919712Avoid undefined behavior from memcpy for the portable build.03c4ab5Simplify uncompressed block decoding state machine.27e1aa4Merge remote-tracking branch 'upstream/master'📊 Changes
6 files changed (+95 additions, -82 deletions)
View changed files
📝
dec/bit_reader.c(+10 -6)📝
dec/bit_reader.h(+24 -24)📝
dec/decode.c(+39 -42)📝
dec/huffman.c(+3 -2)📝
dec/port.h(+18 -2)📝
dec/state.h(+1 -6)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.