- or download this
<no of chars x 10 performed 1000 times>;<time in sec - 1st regex>;<tim
+e in sec - 2st regex>
200;0.113;0.060
400;0.225;0.112
...
25600;14.256;58.209
51200;29.847;95.463
102400;65.144;148.634
- or download this
200;0.145;0.125
400;0.217;0.081
800;0.436;0.165
...
25600;17.791;6.181
51200;37.271;12.856
102400;76.931;24.81
- or download this
use Time::HiRes 'time';
#~ use re 'debug';
...
printf("%d;%.3f;%.3f\n", $NoOfChars, $Diff, $EndTime - $StartTime)
+;
}
- or download this
import java.util.regex.*;
public class test2 {
...
}
}
}