std.regex performance
Jesse Phillips
jessekphillips+D at gmail.com
Thu Feb 9 09:34:01 PST 2012
> I suggest to file this as an enhancement request, as new
> std.regex should have been backwards compatible.
http://d.puremagic.com/issues/show_bug.cgi?id=7471
I redid the timings with mingw using time, and I find this strange
$ time ./test2.058.exe
real 0m55.500s
user 0m0.031s
sys 0m0.000s
If I know my time output, doesn't that mean the computer is
spending 1 minute not running my program, maybe doing IO?
And 2.056 is similar, and actually takes longer in user time.
real 0m0.860s
user 0m0.047s
More information about the Digitalmars-d
mailing list