Poor memory allocation performance with a lot of threads on 36 core machine

Vladimir Panteleev via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 18 05:57:14 PST 2016


On Thursday, 18 February 2016 at 13:55:02 UTC, Witek wrote:
> It was pretty hard to find out, because it was hidden behind 
> "~". Yes, -vgc helped here, but still, I was not expecting so 
> terrible performance.

Aside -vgc, you can also use @nogc to forbid GC use in code thus 
annotated.



More information about the Digitalmars-d mailing list