D std.regex is so slow

Dmitry Olshansky dmitry.olsh at gmail.com
Wed Sep 20 15:50:16 UTC 2017


On Wednesday, 20 September 2017 at 10:29:45 UTC, Daniel Kozak 
wrote:
> Hmm. I have tested old version od dmd and ldc with BitNFA, but 
> it does not help much with those two cases
>
> actual version of ldc:
>
> 240.964 - 92
> 211.433 - 5301
> 6.76683 - 5
>
> ldc 1.2:
> 215.158 - 92
> 190.255 - 5301
> 6.58155 - 5
>
> So there is some improvments but not as much as I would 
> expected.

I'm going to test BitNFA myself but for the curious, the phobos 
branch is:
https://github.com/DmitryOlshansky/phobos/tree/ctfe-bitnfa?files=1

>> ---
>> Dmitry Olshansky



More information about the Digitalmars-d mailing list