Looking for a new maintainer for std.uni/std.regex

Dmitry Olshansky dmitry.olsh at gmail.com
Wed Nov 2 19:08:30 UTC 2022


On Wednesday, 2 November 2022 at 18:57:27 UTC, Dmitry Olshansky 
wrote:
> On Wednesday, 2 November 2022 at 15:32:56 UTC, H. S. Teoh wrote:
>> On Thu, Nov 03, 2022 at 12:34:11AM +1300, rikki cattermole via 
>> Digitalmars-d wrote:
>>> On 03/11/2022 12:20 AM, Hipreme wrote:
>>
>> I'm not sure if this can be fixed without rewriting from 
>> scratch (which we don't want to do -- that would be too big of 
>> an effort), but perhaps some careful profiling of the compiler 
>> might help pinpoint the most egregious parts of the code that 
>> could be improved.
>
> I do not think one needs to go that deep, just look for 
> immutable globals since that’s where the CTFE is which is 
> synonym for slow.

Like this thingie:
https://github.com/dlang/phobos/blob/bf3ff35b8f1d40cb70a7584a563dc731a2c3ddad/std/regex/internal/ir.d#L52




More information about the Digitalmars-d mailing list