pbzip2-1.1.6 |
Parallel bzip2 file compressor |
| Description: |
This is a parallel implementation of the bzip2 block-sorting file compressor that uses pthreads and achieves near-linear speedup on SMP machines. The output of this version is fully compatible with bzip2 v1.0.2 or newer (i.e. Anything compressed with pbzip2 can be decompressed with bzip2). |
| Author: |
Jeff Gilchrist <pbzip2@compression.ca> |
| Home URL: |
http://compression.ca/pbzip2/ |
| License: |
Other/Unknown Open Source Licence
|
| Installation Tree: |
/usr/local |
| Languages used: |
C++ |
| Build-time dependencies: |
bzip2 make |
| Run-time dependencies: |
bzip2 |
| Documentation: |
Installation README Man Page |