BrotliCompressBufferParallel is it allready parallel ? #64

Closed
opened 2026-01-29 20:30:48 +00:00 by claunia · 3 comments
Owner

Originally created by @erikzenker on GitHub (Nov 6, 2015).

Hi,

I checked the BrotliCompressBufferParallel function in encode_parallel.cc and can't find
any parallel execution, but it looks more like it was prepared for parallel execution with
openMP. Can you give me an idea where to find the parallel ?

Originally created by @erikzenker on GitHub (Nov 6, 2015). Hi, I checked the BrotliCompressBufferParallel function in encode_parallel.cc and can't find any parallel execution, but it looks more like it was prepared for parallel execution with openMP. Can you give me an idea where to find the parallel ?
Author
Owner

@eustas commented on GitHub (Nov 6, 2015):

Hello.

You are right, BrotliCompressBufferParallel is a proof-of-concept for parallel encoding. One can implement actual parallelly executing compressor with his favorite technology (OpenMP, TBB, Hadoop, whatever...) using this method as a sketch.

@eustas commented on GitHub (Nov 6, 2015): Hello. You are right, BrotliCompressBufferParallel is a proof-of-concept for parallel encoding. One can implement actual parallelly executing compressor with his favorite technology (OpenMP, TBB, Hadoop, whatever...) using this method as a sketch.
Author
Owner

@erikzenker commented on GitHub (Nov 6, 2015):

Okay thank you :-) I am going to try some OpenMP parallelisation

@erikzenker commented on GitHub (Nov 6, 2015): Okay thank you :-) I am going to try some OpenMP parallelisation
Author
Owner

@eustas commented on GitHub (Nov 6, 2015):

Nice! We will be glad to hear any update on this topic.

@eustas commented on GitHub (Nov 6, 2015): Nice! We will be glad to hear any update on this topic.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#64