unlzma: fixed speedup/shrink by Pascal Bellard (pascal.bellard AT ads-lu.com)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-09-15 23:40:08 +02:00
parent ba98603264
commit f2c184be83
2 changed files with 108 additions and 146 deletions

View File

@@ -298,8 +298,8 @@ config FEATURE_LZMA_FAST
default n
depends on UNLZMA
help
This option reduces decompression time by about 33% at the cost of
a 2K bigger binary.
This option reduces decompression time by about 25% at the cost of
a 1K bigger binary.
config UNZIP
bool "unzip"