- or download this
c:\test>901649-buk 901649.dat >nul
Took 9.283 for 1000000 lines
c:\test>901649-ike 901649.dat >nul
Took 11.305 for 1000000 lines
- or download this
#! perl -slw
use strict;
...
printf STDERR "Took %.3f for $. lines\n", time() - $start;
- or download this
#! perl -slw
use strict;
...
printf STDERR "Took %.3f for $. lines\n", time() - $start;