[PATCH 2/2] (g)unzip: Optimize inflate_codes()

Dan Fandrich dan at coneharvesters.com
Sun Feb 14 17:04:45 UTC 2010


On Sat, Feb 13, 2010 at 02:37:06PM -0600, Rob Landley wrote:
> You earlier mentioned just a straight port of either the zlib or the kernel 
> implementation to busybox, replacing what we've got.  If the current busybox 
> version is measurably inferior, that sounds worth a look.

Why bother with porting zlib into BusyBox in the first place?  zlib is already
very portable, highly available and has upstream support.  Why not just
make it an external dependency?  If reducing external dependencies is
the goal, then you could always keep the old, inefficient code around
as a fallback.

>>> Dan
-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved


More information about the busybox mailing list