Anything new about std.regex's compilation times?

bachmeier no at spam.net
Mon Oct 28 18:12:35 UTC 2019


On Monday, 28 October 2019 at 01:51:39 UTC, Emmanuelle wrote:
> https://issues.dlang.org/show_bug.cgi?id=18378
>
> Importing std.regex still triples compilation times. Anything 
> new on that front?

Does that apply only to compile time regex? I recently added 
std.regex for some simpler matching/replacing and I can't tell 
the difference in compile times. I didn't measure, but since I 
avoid templates as much as possible, my compile times are already 
fast and they remained fast after adding std.regex.


More information about the Digitalmars-d mailing list