mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #63] [MERGED] Proof-of-concept encoder for parallel compression. #652
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/63
Author: @szabadka
Created: 4/1/2015
Status: ✅ Merged
Merged: 4/1/2015
Merged by: @szabadka
Base:
master← Head:master📝 Commits (1)
1428d54Proof-of-concept encoder for parallel compression.📊 Changes
3 files changed (+393 additions, -1 deletions)
View changed files
📝
enc/Makefile(+1 -1)➕
enc/encode_parallel.cc(+355 -0)➕
enc/encode_parallel.h(+37 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.