( log69 | 2009. 05. 10., v – 18:46 )

Csináltam egy gyors tesztet, habár nem mérvadó. Azt hiszem maradok a gzip-nél ;)


dd if=/dev/urandom of=test.dat bs=1M count=100

time lzma -z test.dat
real    1m0.690s
106280973 bytes

time 7z a test.dat.7z test.dat
real    0m37.684s
106280680 bytes

time bzip2 test.dat
real    0m31.766s
105323242 bytes

time pbzip2 test.dat
real    0m21.278s
105333321 bytes

time gzip test.dat
real    0m6.395s
104874226 bytes

time zip test.dat.zip test.dat
real    0m5.932s
104874347 bytes


algor.     sebesség     méret
---------------------------------------
lzma       1x           100%
7z         1.61x        99%
bzip2      1.91x        99%
pbzip2     2.85x        99%
gzip       9.49x        98%
zip        10.23x       100%