Escaping the Tyranny of the GC: std.rcstring, first blood

"Nordlöw" via Digitalmars-d digitalmars-d at puremagic.com
Wed Sep 24 13:03:53 PDT 2014


On Wednesday, 24 September 2014 at 14:58:34 UTC, Andrei 
Alexandrescu wrote:
> Thanks for this work! -- Andrei

BTW: If I want to construct my network once and destroy it all in 
one pass, I should probably use a region-based allocator from 
std.allocator to allocate the strings that are larger than 
maxSmall. Is the template RCXString parameter realloc sufficient 
for my needs here?


More information about the Digitalmars-d mailing list