On 9/12/07, Roland Mainz <roland.mainz at nrubsig.org> wrote:
> Casper.Dik at Sun.COM wrote:
> >  bunzip2 is also so slow that it cannot stream data
> > from any media faster than papertape.
>
> "bunzip" could be made a bit faster with some simple tricks (like using
> higher optimizer options for the compiler, use largepages for the
> buffers etc.)

A bit faster doesn't help; you need wholesale improvements
- an order of magnitude or better - for it to really get the install
flying. As it happens, using gzip is typically 10x quicker.
(Which translated into roughly a factor 2 improvement in install
times when I tested it.)

(bzip is so much of a bottleneck that it isn't really worth optimizing
the rest of the process until you've got bzip out of the way.)

-- 
-Peter Tribble
http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/

Reply via email to