[issue246] smart really should not leave the unpacked hdlist for urpmi

Gustavo Niemeyer at Labix Tracker tracker at labix.org
Mon Nov 19 09:54:31 PST 2007


Gustavo Niemeyer <gustavo at niemeyer.net> added the comment:

[niemeyer at burma ~]% dd if=/dev/urandom of=file bs=1MB count=10
10+0 records in
10+0 records out
10000000 bytes (10 MB) copied, 2.49999 seconds, 4.0 MB/

[niemeyer at burma ~]% time cat file > /dev/zero
cat file > /dev/zero  0.00s user 0.01s system 80% cpu 0.020 total

[niemeyer at burma ~]% time cat file > /dev/zero
cat file > /dev/zero  0.00s user 0.01s system 80% cpu 0.015 total

[niemeyer at burma ~]% time cat file > /dev/zero
cat file > /dev/zero  0.01s user 0.01s system 97% cpu 0.016 total

[niemeyer at burma ~]% gzip file

[niemeyer at burma ~]% time zcat file > /dev/zero
zcat file > /dev/zero  0.11s user 0.01s system 99% cpu 0.121 total

[niemeyer at burma ~]% time zcat file > /dev/zero
zcat file > /dev/zero  0.14s user 0.00s system 97% cpu 0.140 total

[niemeyer at burma ~]% time zcat file > /dev/zero
zcat file > /dev/zero  0.14s user 0.01s system 96% cpu 0.158 total

----------
nosy: +niemeyer
status: chatting -> resolved

_______________________________________
Labix issue tracker <tracker at labix.org>
<http://tracker.labix.org/issue246>
_______________________________________



More information about the Smart mailing list