On Thursday, 6 April 2017 at 20:49:00 UTC, Nierjerson wrote:
I am running out of memory trying to generate CTFE code. It is quite large generation but just repetitive loop acting on an array item.

[...]

Avoid function calls
Avoid Ranges (since those have alot of function calls 3 per iteration)
avoid AliasSeq

newCTFE is going to fix this!
And it should work for your case in 2-5 months.

I am sorry, but newCTFE work does take alot of time.

Reply via email to