[PR #112] Speedups and fixes to the decoder. #722

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

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

State: closed
Merged: Yes


  • Read data by 4-byte runs.
    This resolves unaligned read (Bus error) on arm-android.
  • Get rid of malloc/free in BrotliBuildHuffmanTable.
  • Tweak order of instructions when reading Huffman codes.
**Original Pull Request:** https://github.com/google/brotli/pull/112 **State:** closed **Merged:** Yes --- - Read data by 4-byte runs. This resolves unaligned read (Bus error) on arm-android. - Get rid of malloc/free in BrotliBuildHuffmanTable. - Tweak order of instructions when reading Huffman codes.
claunia added the pull-request label 2026-01-29 20:50:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#722