Bottom line re GC in D

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 10 15:27:10 PDT 2014


On Thu, Jul 10, 2014 at 10:20:41PM +0000, Vlad Levenfeld via Digitalmars-d wrote:
> I haven't managed to read through these last few pages but I just wanted to
> chime with my noob opinion re: D slices, templates, GC and manual
> allocation, for whatever its worth:
> 
> Although I tend to just let the GC do its thing most of the time, I've found
> spots where I needed manual allocation while retaining all of the nice
> features like appending, but at high speed (because yes, the speed on
> GC-supported append is painful).
[...]

std.array.appender?


T

-- 
Never trust an operating system you don't have source for! -- Martin Schulze


More information about the Digitalmars-d mailing list