Towards better regex - rewind-regex

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Sun Jun 25 08:43:06 UTC 2023


On 25/06/2023 1:54 PM, Dmitry Olshansky wrote:
> It saddens me greatly to hear about that, suffice it to say new regex 
> doesn’t use templates at all.

Templates weren't the issue.

You want to be very careful with the std.uni tables, don't initialize 
them at CTFE unless you can help it.

This is what my big bad PR for std.regex that was merged recently 
prevented. A whopping 500ms.

Either way, its fixed now thanks to time trace!


More information about the Digitalmars-d mailing list