Difference between revisions of "Timestamp"

From WA2IAC Wiki
Jump to: navigation, search
m
Line 35: Line 35:
 
</pre>
 
</pre>
  
This was run on a machine under Ubuntu 14.10. Here are the results:
+
Summary:
  
 +
Perhaps surprisingly, the awk and perl versions performed the best. The difference between the perl and awk versions were slight. The perl version, at most, used 10% more memory and resources than the awk version. Very impressive for the "kitchen sink" language.
  
 +
The tests were performed on a machine under Ubuntu 14.10. Here are the results:
  
  
Line 43: Line 45:
  
  
==shell==
+
 
 +
 
 +
===shell===
 
bash version
 
bash version
 
<pre>
 
<pre>
Line 56: Line 60:
 
</pre>
 
</pre>
  
==awk==
+
===awk===
 
awk version
 
awk version
 
<pre>
 
<pre>
Line 68: Line 72:
 
</pre>
 
</pre>
  
==daemontools==
+
===daemontools===
  
 
daemontools
 
daemontools
Line 80: Line 84:
 
</pre>
 
</pre>
  
==ts==
+
===ts===
 
ts version
 
ts version
 
<pre>
 
<pre>
Line 93: Line 97:
 
</pre>
 
</pre>
  
==perl==
+
===perl===
  
 
perl
 
perl

Revision as of 23:46, 6 July 2015