diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-03 14:05:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-03 14:05:09 +0000 |
commit | 4a7ca0d67ee2e5439ec58d55f6214bcb31ddd2b4 (patch) | |
tree | 06c39fba1a4741d869bdeae890a86d4aace4c5b6 /README | |
parent | Releasing debian version 1.24-1. (diff) | |
download | lzip-4a7ca0d67ee2e5439ec58d55f6214bcb31ddd2b4.tar.xz lzip-4a7ca0d67ee2e5439ec58d55f6214bcb31ddd2b4.zip |
Merging upstream version 1.24.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ Lzip currently implements two variants of the LZMA algorithm: fast (used by option '-0') and normal (used by all other compression levels). The high compression of LZMA comes from combining two basic, well-proven -compression ideas: sliding dictionaries (LZ77) and markov models (the thing +compression ideas: sliding dictionaries (LZ77) and Markov models (the thing used by every compression algorithm that uses a range encoder or similar order-0 entropy coder as its last stage) with segregation of contexts according to what the bits are used for. |