[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#65458: closed by Touko Korpela <tkorpela@phnet.fi> (Should be fixed now)



reopen 65458
quit

On Sat, Sep 15, 2007 at 09:21:04PM +0000, Debian Bug Tracking System wrote:
>
> This slowness should be fixed already in etch (and maybe even sarge).
> Please reopen if you can still reproduce it in current version.

The second problem seems to be fixed but the original problem
is now back:

$ time sed '/^$/d' > /dev/null < /var/lib/dpkg/available

real    0m2.011s
user    0m2.004s
sys     0m0.004s
$ time mawk '!/^$/ { print; }' > /dev/null < /var/lib/dpkg/available

real    0m0.141s
user    0m0.128s
sys     0m0.012s
$

Note that my machine is now much faster :)

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt




Reply to: