Parallelized Implementation of bzip2
http://compression.ca/pbzip2/
PBZIP2 is a parallel implementation of the bzip2 block-sorting file
compressor that uses pthreads and achieves near-linear speedup on SMP
machines.
- Developed at Archiving
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/pbzip2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
macros.pbzip2.in | 0000000042 42 Bytes | |
pbzip2-1.1.6.tar.gz | 0000054982 53.7 KB | |
pbzip2-fix_printf_format.patch | 0000009378 9.16 KB | |
pbzip2-fix_unused_result.patch | 0000001629 1.59 KB | |
pbzip2-makefile.patch | 0000001213 1.18 KB | |
pbzip2.changes | 0000006242 6.1 KB | |
pbzip2.spec | 0000002715 2.65 KB |
Revision 11 (latest revision is 21)
Stephan Kulow (coolo)
accepted
request 90014
from
Pascal Bleser (pbleser)
(revision 11)
- update to 1.1.6: * fixed bug - deadlock due to unsynchronized broadcasts (bug #876686) * prevent deletion of input files on error (bug #874543) * document how to compress/decompress from standard input (bug #820525) * added more detailed kernel error messages (bug #874605) * error-handling fixes for multi-archive scenarios (bug #883782) - use original upstream format archive .gz instead of .bz2 to avoid any potential chicken/egg (requires bzip2 to uncompress the pbzip2 sources)
Comments 0