[PR #132] Brotli decoder optimizations. #747

Open
opened 2026-01-29 20:50:40 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/google/brotli/pull/132

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/google/brotli/pull/132 **State:** closed **Merged:** Yes --- 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.
claunia added the pull-request label 2026-01-29 20:50:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#747