H1 2015 - memory management

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 4 14:14:07 PST 2015


On 2/4/15 1:51 PM, AndyC wrote:
> How will we parse a string into a json struct w/out allocating memory?

It will allocate, but without creating garbage. Reference counted 
strings are the answer. -- Andrei


More information about the Digitalmars-d mailing list