Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        pbzip2: Parallel implementation of bzip2
        
        
        - Summary
 
        - 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).
 
        
        
        Changelog
        
            - * Sun Feb  5 16:00:00 2006 Jeff Gilchrist <pbzip2{%}compression{*}ca> - 0.9.6-1
 
            - Release 0.9.6
 
        
            - * Sat Dec 31 16:00:00 2005 Jeff Gilchrist <pbzip2{%}compression{*}ca> - 0.9.5-1
 
            - Release 0.9.5
 
        
            - * Tue Aug 30 17:00:00 2005 Jeff Gilchrist <pbzip2{%}compression{*}ca> - 0.9.4-1
 
            - Updated RPM spec with suggestions from Oliver Falk