Random points from a D n00b CTO

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 15 10:13:45 PDT 2014


On Monday, 14 July 2014 at 14:19:49 UTC, John Colvin wrote:
> However, I would say that it is not recommended. Very large 
> heaps aren't conducive to good GC performance (especially with 
> D's current GC). I now use a hybrid approach where the body of 
> my data is on the C heap - managed manually - and all the 
> scraps and difficult-to-track transient data are managed by the 
> GC for convenience and correctness.

Even if the big blocks are allocated with NO_SCAN flag?


More information about the Digitalmars-d mailing list