blob: 1b7d23d81ccf19a46c9e4c106642a2a64e61568e (
plain) (
blame)
1
2
3
4
5
6
7
|
PBZIP2 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 (ie: anything compressed
with pbzip2 can be decompressed with bzip2).
Author: Jeff Gilchrist <pbzip2 [at] compression {dot} ca>
WWW: http://compression.ca/pbzip2/
|