Open GoogleCodeExporter opened 9 years ago
shell script (bash) performance (faster than 2.2beta):
real 0m1.734s
user 0m1.027s
sys 0m0.362s
the script:
#!/bin/bash
for ((i=0;i<100000;++i)); do echo $i; done
Original comment by wurl...@gmail.com
on 10 Feb 2015 at 11:16
Original issue reported on code.google.com by
wurl...@gmail.com
on 10 Feb 2015 at 11:12