[PR #258] [CLOSED] Implementation of paralell buffer compression based on std::thread #858

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/258
Author: @erikzenker
Created: 11/9/2015
Status: Closed

Base: masterHead: topic-parallel-compression


📝 Commits (1)

  • 229ac36 Implementation of paralell buffer compression based on std::thread

📊 Changes

2 files changed (+97 additions, -28 deletions)

View changed files

📝 enc/encode.h (+3 -0)
📝 enc/encode_parallel.cc (+94 -28)

📄 Description

  • Added new param n_threads to brotli params
  • brolti::BrotliCompressBufferParallel runs n_threads to compress input data

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/258 **Author:** [@erikzenker](https://github.com/erikzenker) **Created:** 11/9/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `topic-parallel-compression` --- ### 📝 Commits (1) - [`229ac36`](https://github.com/google/brotli/commit/229ac369a65be481655734ea7c3218ba02a6a73a) Implementation of paralell buffer compression based on std::thread ### 📊 Changes **2 files changed** (+97 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `enc/encode.h` (+3 -0) 📝 `enc/encode_parallel.cc` (+94 -28) </details> ### 📄 Description - Added new param n_threads to brotli params - brolti::BrotliCompressBufferParallel runs n_threads to compress input data --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:51:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#858