std.data.json formal review

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 28 16:16:35 PDT 2015


A speed optimization, since JSON parsing speed is critical:

If the parser is able to use slices of its input, store numbers as slices. Only 
convert them to numbers lazily, as the numeric conversion can take significant time.


More information about the Digitalmars-d mailing list