From: bernie Date: Mon, 6 Dec 2010 18:09:50 +0000 (-0500) Subject: Edit page memo/benchmark/compression-algorithms X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=d1afd36c986463d548f104abe872f939fcfc4bfe Edit page memo/benchmark/compression-algorithms --- diff --git a/memo/benchmark/compression-algorithms b/memo/benchmark/compression-algorithms index ac2a349..fe67e79 100644 --- a/memo/benchmark/compression-algorithms +++ b/memo/benchmark/compression-algorithms @@ -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 ||