busybox/archival
Denis Vlasenko 9ac3dc764a unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)
LZMA_FAST off: 10% faster and:
function                                             old     new   delta
rc_is_bit_1                                            -      92     +92
rc_do_normalize                                       45      81     +36
rc_update_bit_1                                       25       -     -25
rc_update_bit_0                                       30       -     -30
rc_is_bit_0_helper                                    38       -     -38
rc_get_bit                                            60      17     -43
rc_read                                               48       -     -48
unpack_lzma_stream                                  1768    1517    -251
------------------------------------------------------------------------------
(add/remove: 1/4 grow/shrink: 1/2 up/down: 128/-435)         Total: -307 bytes

LZMA_FAST on: 14% faster and:
unpack_lzma_stream                                  2301    2737    +436
rc_get_bit                                           106       -    -106
2009-04-25 12:19:35 +00:00
..
bz *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
libunarchive unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) 2009-04-25 12:19:35 +00:00
ar.c dpkg_deb: slight code shrink 2008-07-10 23:06:00 +00:00
bbunzip_test2.sh add tests for gunzip 2007-10-05 15:27:03 +00:00
bbunzip_test3.sh add tests for gunzip 2007-10-05 15:27:03 +00:00
bbunzip_test.sh add tests for gunzip 2007-10-05 15:27:03 +00:00
bbunzip.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
bzip2.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
Config.in unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) 2009-04-25 12:19:35 +00:00
cpio.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
dpkg_deb.c *: refactor handling of archived files. "tar f file.tar.lzma" now works too. 2008-08-05 13:10:34 +00:00
dpkg.c dpkg: better and shorter code to compare versions 2008-11-20 23:41:56 +00:00
gzip.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
Kbuild bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides 2007-10-13 03:36:03 +00:00
rpm2cpio.c whitespace fixes 2008-03-28 01:00:09 +00:00
rpm.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
tar.c switch_root: improve behavior on error; improve help text 2009-04-21 20:40:51 +00:00
unzip_doc.txt.bz2 unzip: give better error message when presented with unsupported 2008-07-26 16:50:24 +00:00
unzip.c unzip: fix thinko with le/be conv and size (closes bug 129) 2009-02-26 11:21:04 +00:00