Long term @nogc / allocators usage

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Mon Jul 25 04:21:27 PDT 2016


Also in general usage of custom allocator for temporaries is a 
very bad @nogc approach and is only marginally better than GC 
using code. Good @nogc must make no decisions about allocations 
at all (and ideally minimize stack allocations too, especially if 
fibers are to be used).


More information about the Digitalmars-d mailing list