Adding upstream version 1.15~pre1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7684d13d23
commit
f9a7449f7c
13 changed files with 107 additions and 83 deletions
2
README
2
README
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue