The New Fundraising Campaign

Adam D. Ruppe destructionator at gmail.com
Wed Jan 2 14:49:19 UTC 2019


On Wednesday, 2 January 2019 at 11:11:31 UTC, Stefan Koch wrote:
> On Wednesday, 2 January 2019 at 10:16:11 UTC, Martin 
> Tschierschke wrote:
>>
>> I would love to have a campaign to increase compilation speed 
>> for std.regex and std.format...
>
> You could defer the generation of utf-tables to runtime, which 
> should yield some improvement. But I'll measure the reasons for 
> slowness again and post em.

We should just generate them in a helper program in the Phobos 
makefile.

Yeah, it is kinda embarrassing that we are using a C technique 
instead of D CTFE. But whatever, it is less embarrassing than 
these awful compile times in user code.


More information about the Digitalmars-d-announce mailing list