Tips on making regex more performant?

Gary Willoughby dev at kalekold.net
Tue Jun 18 12:22:22 PDT 2013


> enum alert = ctRegex!r"^Alert ([0-9]+)";
>
> And then use it the same way.

Thanks. Hmmm.. i get 500K (worse performance) using that. :/

Any more tips?


More information about the Digitalmars-d-learn mailing list