diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:42:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 02:42:58 +0000 |
commit | 4018c0232adf2d48237cd919d09a680f3c9eeac4 (patch) | |
tree | 3abb3d3683bda3754ebf21abf882f14369d40549 /README | |
parent | Releasing progress-linux version 1.14-1~progress7.99u1. (diff) | |
download | lzlib-4018c0232adf2d48237cd919d09a680f3c9eeac4.tar.xz lzlib-4018c0232adf2d48237cd919d09a680f3c9eeac4.zip |
Merging upstream version 1.15~pre1.
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
@@ -83,7 +83,7 @@ Lzlib currently implements two variants of the LZMA algorithm: fast (used by option '-0' of minilzip) 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. |