Regex performance

Dmitry Olshansky dmitry.olsh at gmail.com
Mon Mar 26 14:41:24 PDT 2012


On 27.03.2012 0:27, James Blewitt wrote:
> Hello everybody,
>
> Thanks once again for the interest in my problem. I have posted the
> details and source code that recreates (at least for me) the poor
> performance.
> I didn't know how to post the code to the forum, so I posted it to my
> blog instead (see post update):
>
> http://jblewitt.com/blog/?p=462
>
> Again, if I'm doing something stupid in my code (which is possible) then
> I apologise in advance.

No need to apologize, but you are using 2.054, which is unfashionable :) 
More importantly 2.054 contains old and rusty version of std.regex, the 
new version was included in 2.057+.
BTW The current release is 2.058.

>
> I'll take a look at the ctRegex as soon as I can.
>

Yup, just update compiler+phobos.

> Regards,
> James


-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list