diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 05:10:03 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 05:10:03 +0000 |
commit | df409dd4fc7a0bfe48c40fab6dca07bcba160676 (patch) | |
tree | f3923adc44f5704dd8ccf5b6b7422487eea3e886 /README | |
parent | Adding upstream version 1.7. (diff) | |
download | lunzip-df409dd4fc7a0bfe48c40fab6dca07bcba160676.tar.xz lunzip-df409dd4fc7a0bfe48c40fab6dca07bcba160676.zip |
Adding upstream version 1.8~pre1.upstream/1.8_pre1
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Description -Lunzip is a decompressor for lzip files. It is written in C and its +Lunzip is a decompressor for the lzip format. It is written in C and its small size makes it well suited for embedded devices or software installers that need to decompress files but do not need compression capabilities. Lunzip is fully compatible with lzip-1.4 or newer. @@ -45,7 +45,7 @@ the more accesses to disk are needed and the slower the decompression is. This "low memory" mode only works when decompressing to a regular file and is intended for systems without enough memory (RAM + swap) to keep the whole dictionary at once. It has been tested on a laptop with a -486 processor and 4MiB of RAM. +486 processor and 4 MiB of RAM. The amount of memory required by lunzip to decompress a file is about 46 kB larger than the dictionary size used to compress that file, unless |