Fastest JSON parser in the world is a D project
Suliman via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Oct 21 10:00:39 PDT 2015
>> > Nice! I see you are using bitmasking trickery in multiple
>> > places. stdx.data.json is mostly just the plain lexing
>> > algorithm, with the exception of whitespace skipping. It was
>> > already very encouraging to get those benchmark numbers that
>> > way. Good to see that it pays off to go further.
>>
>> Is there any chance that new json parser can be include in
>> next versions of vibed? And what need to including its to
>> Phobos?
>
> It's already available on code.dlang.org:
> http://code.dlang.org/packages/std_data_json
Jonatan, I mean https://github.com/mleise/fast :)
More information about the Digitalmars-d-announce
mailing list