From df409dd4fc7a0bfe48c40fab6dca07bcba160676 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 06:10:03 +0100 Subject: Adding upstream version 1.8~pre1. Signed-off-by: Daniel Baumann --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index b14b193..052751f 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3