diff cpp_vs_sh.txt @ 0:21d9547ef242

initial commit C++ and sh editions work similar
author meillo@marmaro.de
date Mon, 28 May 2007 17:41:28 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cpp_vs_sh.txt	Mon May 28 17:41:28 2007 +0200
@@ -0,0 +1,29 @@
+SLOCCOUNT
+
+cpp:            125
+sh:              33
+
+
+
+
+SIZE
+
+14K     graph*
+1.2K    graph2.sh*
+
+
+
+
+PERFORMANCE
+
+$ time ./graph input.txt > graph1.dot
+
+real    0m0.074s
+user    0m0.044s
+sys     0m0.008s
+
+$ time ./graph2.sh input.txt > graph2.dot
+
+real    0m38.405s
+user    0m13.861s
+sys     0m23.349s