Slow code, slow

Stefan Koch uplink.coder at googlemail.com
Tue Feb 27 08:49:15 UTC 2018


On Monday, 26 February 2018 at 21:38:09 UTC, ketmar wrote:
> H. S. Teoh wrote:
>
>> On Mon, Feb 26, 2018 at 10:12:25PM +0200, ketmar via 
>> Digitalmars-d wrote:
>> [...]
>>> but until that brave new world materializes, we have a 
>>> smart/fast
>>> dilemma.  alas.
>>
>> I'd like to contribute to the materialization of that brave 
>> new world.
>> Rather than sit around and wait for it to happen.  :-P
>
> i'd like to do it too, but dmd code to process templates knocks 
> me out of my consciousness. alas.

Yes, the dmd template is seriously mind-blowing.

Which is why I am building an alternative system, which is aimed 
at being fast.
At the expensive of the programmer though, because there is no 
automatic caching.
If you want to "instantiate" the same "template-replacement" if 
the same parameter you better know that in advance.


More information about the Digitalmars-d mailing list