A Program for Compressing Files
The xz command is a very powerful program for compressing files.
* Average compression ratio of LZMA is about 30% better than that of
gzip, and 15% better than that of bzip2.
* Decompression speed is only little slower than that of gzip, being
two to five times faster than bzip2.
* In fast mode, compresses faster than bzip2 with a comparable
compression ratio.
* Achieving the best compression ratios takes four to even twelve
times longer than with bzip2. However. this doesn't affect
decompressing speed.
* Very similar command line interface to what gzip and bzip2 have.
- Developed at Archiving
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/pixz && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pixz-1.0.tar.gz | 0000017736 17.3 KB | |
pixz.changes | 0000000759 759 Bytes | |
pixz.spec | 0000001745 1.7 KB |
Revision 3 (latest revision is 15)
Stephan Kulow (coolo)
accepted
request 143401
from
Marcus Meissner (msmeissn)
(revision 3)
- update to first official release 1.0 * Support streaming input, still decompressing in parallel * Platform independent endian support * Allow capping the number of threads (new switch -p) * Add help option (-h) * Write the compressed/uncompressed size into block headers (forwarded request 143388 from rudi_m)
Comments 0