wok annotate lzma/description.txt @ rev 19530

Tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 29 15:26:24 2016 +0200 (2016-11-29)
parents
children
rev   line source
al@17992 1 The Lempel-Ziv Markov-chain Algorithm is a compression method based on the
al@17992 2 famous LZ77 algorithm, and was first introduced by 7-Zip for use in 7z archives.
al@17992 3
al@17992 4 Its main characteristics are a very high compression ratio, with high RAM usage,
al@17992 5 and fast decompression, with low RAM usage. These properties make it well suited
al@17992 6 to embedded uses, such as for ROM (firmware) compression.
al@17992 7
al@17992 8 This package provides the lzma command line utility, which has a familiar
al@17992 9 gzip-like interface.