I wrote a JSON library

Jacob Carlborg doob at me.com
Tue May 7 12:04:19 PDT 2013


On 2013-05-07 20:36, Sean Kelly wrote:

> $ main
> n = 1
> Milliseconds to call stdJson() n times: 73054
> Milliseconds to call newJson() n times: 44022
> Milliseconds to call jepJson() n times: 839
> newJson() is faster than stdJson() 1.66x times
> jepJson() is faster than stdJson() 87.1x times

That's quite a big difference.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list