Revert "unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)"

https://bugs.busybox.net/show_bug.cgi?id=599

This reverts commit 9ac3dc764a.
This commit is contained in:
Denys Vlasenko
2009-09-06 15:06:25 +02:00
parent 043b1e5d99
commit 3de3f57c6d
2 changed files with 98 additions and 60 deletions

View File

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