wok annotate lzip/description.txt @ rev 24892

Down libtmp (1.1.17), 1.1.19 doesn't detect smartphones (?)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 07 15:38:15 2022 +0000 (2022-04-07)
parents
children
rev   line source
Hans-G?nter@24874 1 Lzip is a lossless data compressor with a user interface similar
Hans-G?nter@24874 2 to the one of gzip or bzip2.
Hans-G?nter@24874 3 Lzip uses a simplified form of the 'Lempel-Ziv-Markov chain-Algorithm'
Hans-G?nter@24874 4 (LZMA) stream format, chosen to maximize safety and interoperability.
Hans-G?nter@24874 5 Lzip can compress about as fast as gzip (lzip -0) or compress most
Hans-G?nter@24874 6 files more than bzip2 (lzip -9).
Hans-G?nter@24874 7 Decompression speed is intermediate between gzip and bzip2.
Hans-G?nter@24874 8 Lzip is better than gzip and bzip2 from a data recovery perspective.
Hans-G?nter@24874 9 Lzip has been designed, written, and tested with great care to replace
Hans-G?nter@24874 10 gzip and bzip2 as the standard general-purpose compressed format
Hans-G?nter@24874 11 for unix-like systems.