<p dir="ltr"><br>
On 8 Apr 2015 00:05, "tcha via Digitalmars-d" <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br>
><br>
> On Tuesday, 7 April 2015 at 16:37:15 UTC, Sönke Ludwig wrote:<br>
>><br>
>> Anyone up to this? The issues of the previous discussion [1] have all been addressed now more or less, so the package is ready for a more thorough review.<br>
>><br>
>> Code: <a href="https://github.com/s-ludwig/std_data_json">https://github.com/s-ludwig/std_data_json</a><br>
>> Docs: <a href="http://s-ludwig.github.io/std_data_json/">http://s-ludwig.github.io/std_data_json/</a><br>
>><br>
>> [1]: <a href="http://forum.dlang.org/thread/lt5s76$is$1@digitalmars.com#post-lt5s76:24is:241:40digitalmars.com">http://forum.dlang.org/thread/lt5s76$is$1@digitalmars.com#post-lt5s76:24is:241:40digitalmars.com</a><br>
><br>
><br>
> Out of curiosity I tried to use this lib in lately discussed benchmark [1]<br>
><br>
> Original values on my machine (dmd 2.067, gdc 4.8.4, ldc2 0.15.1 llvm 3.5.1):<br>
> D - 10.22s, 1322.7Mb<br>
> D Gdc - 24.30s, 926.8Mb<br>
> D Ldc - 25.93s, 925.8Mb<br>
><br>
> With this lib it gets to [2]:<br>
> D - 7.48s, 1794.0Mb<br>
> Gdc and Ldc cannot build it with release (debug works) [3] and [4]<br>
></p>
<p dir="ltr">I assume you cleared your dub cache and didn't try linking a dmd built library to a gdc/ldc application.  :)</p>
<p dir="ltr">Iain.</p>