std.data.json formal review
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Sun Aug 16 01:30:50 PDT 2015
On 8/15/2015 11:52 PM, Dmitry Olshansky wrote:
> For instance "combining" decoding and character classification one may side-step
> generating the codepoint value itself (because now it doesn't have to produce it
> for the top-level algorithm).
Perhaps, but I wouldn't be convinced without benchmarks to prove it on a
case-by-case basis.
But it's moot, as json lexing never needs to decode.
More information about the Digitalmars-d
mailing list