Edit page memo/benchmark/compression-algorithms
authorbernie <bernie@66.92.78.210>
Mon, 6 Dec 2010 18:10:08 +0000 (13:10 -0500)
committerGeekiGeeki <webmaster@codewiz.org>
Mon, 6 Dec 2010 18:10:08 +0000 (13:10 -0500)
memo/benchmark/compression-algorithms

index fe67e795e5dbd235d410cce7d2110ea3862d699a..710d19a0b978c42da650435d891edfdd4f28ddf3 100644 (file)
@@ -1,9 +1,9 @@
 == Compression of source code ==
 
* time tar cf  gcc-3.4.6-newbin.tar     gcc-3.4.6-newbin
* time tar czf gcc-3.4.6-newbin.tar.gz  gcc-3.4.6-newbin
* time tar cjf gcc-3.4.6-newbin.tar.bz2 gcc-3.4.6-newbin
* time tar cJf gcc-3.4.6-newbin.tar.xz  gcc-3.4.6-newbin
+  time tar cf  gcc-3.4.6-newbin.tar     gcc-3.4.6-newbin
+  time tar czf gcc-3.4.6-newbin.tar.gz  gcc-3.4.6-newbin
+  time tar cjf gcc-3.4.6-newbin.tar.bz2 gcc-3.4.6-newbin
+  time tar cJf gcc-3.4.6-newbin.tar.xz  gcc-3.4.6-newbin
 
 || **archiver** || **size** || **packed** || **unpacked** ||
 || tar          ||    147MB ||     0.267s ||       0.809s ||