Wanted: Review manager for std.data.json

weaselcat via Digitalmars-d digitalmars-d at puremagic.com
Thu Apr 9 12:37:37 PDT 2015


On Thursday, 9 April 2015 at 19:35:24 UTC, Sönke Ludwig wrote:
> Am 09.04.2015 um 21:26 schrieb weaselcat:
>> On Thursday, 9 April 2015 at 19:17:48 UTC, Sönke Ludwig wrote:
>>
>>> Not sure, but that may also have been my recent optimizations.
>>
>> Just tried it with your recent optimizations and it doesn't 
>> build with
>> LDC 0.15.1.
>
> Should work now. I just tested LDC with -singleobj and it's 
> faster than RapidJSON! Now the DOM parser gets interesting.

What flags are you using? RapidJSON is still a lot faster for me.
also, I just realized the build script has the wrong inline flag 
for LDC(it's using -enable-inlining instead of -inline)


More information about the Digitalmars-d mailing list