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?

Reply via email to