SMP Version of tar

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Tue Oct 9 06:30:42 UTC 2012


> Not necessarily.  If I understand correctly what Tim means, he's talking
> about an in-memory compression of several blocks by several separate
> threads, and then - after all the threads have compressed their
> respective blocks - writing out the result to the output file in order.
> Of course, this would incur a small penalty in that the dictionary would
> not be reused between blocks, but it might still be worth it.
all fine. i just wanted to point out that ungzipping normal standard gzip 
file cannot be multithreaded, and multithreaded-compressed gzip 
output would be different.


More information about the freebsd-hackers mailing list