[PR #63] Proof-of-concept encoder for parallel compression. #657

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

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

State: closed
Merged: Yes


Add a version of the brotli encoder that compresses
each meta-block independently, only using the
original input data from previous meta-blocks
and nothing from the compressor state.
This is a proof-of-concept to show that the
current format is flexible enough to support
parallel multi-threaded compression.

**Original Pull Request:** https://github.com/google/brotli/pull/63 **State:** closed **Merged:** Yes --- Add a version of the brotli encoder that compresses each meta-block independently, only using the original input data from previous meta-blocks and nothing from the compressor state. This is a proof-of-concept to show that the current format is flexible enough to support parallel multi-threaded compression.
claunia added the pull-request label 2026-01-29 20:48:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#657