Edit page memo/benchmark/compression-algorithms
[wiki.git] / memo / benchmark / compression-algorithms
1 == Compression of source code ==
2
3  * time tar cf  gcc-3.4.6-newbin.tar     gcc-3.4.6-newbin
4  * time tar czf gcc-3.4.6-newbin.tar.gz  gcc-3.4.6-newbin
5  * time tar cjf gcc-3.4.6-newbin.tar.bz2 gcc-3.4.6-newbin
6  * time tar cJf gcc-3.4.6-newbin.tar.xz  gcc-3.4.6-newbin
7
8 || **archiver** || **size** || **packed** || **unpacked** ||
9 || tar          ||    147MB ||     0.267s ||       0.809s ||
10 || tar.gz       ||     53MB ||     9.251s ||       1.963s ||
11 || tar.bz2      ||     45MB ||    17.134s ||       7.640s ||
12 || tar.xz       ||     18MB ||    69.461s ||       2.218s ||
13
14 Computed on giskard-x201 (Intel i7 M 620 @ 2.67GHz, Fedora 14 x86_64)