0.1.1 was the most current when i put it into my project (months ago)
-- i guess i just never noticed how terrible it was until recently
though -- also my tests were showing that it was running ~40x slower
than clj-json, which makes me think that somehow its not even in the
same ballpark of performance, at least for the data i am working
with.
On May 24, 6:03 pm, "Marshall T. Vandegrift" <
llas...@damballa.com>
wrote:
> Andy Xue <
and...@lumoslabs.com> writes:
> > I just ran a side by side test, clojure.data.json 0.1.1 vs. clj-json
> > 0.5.0 (clojure wrapper on the codehaus.jackon json parser) package
>
> Is there a particular reason you're using clojure.data.json 0.1.1?
> Version 0.1.2 introduced 5-10x speed up on basic benchmarks:
>
>
https://groups.google.com/forum/#!msg/clojure/gOrDeQ9bxl4/2ZuhCv6CNGcJ
>
> And 0.1.3 -- which isn't mentioned on the github page, but does exist --
> appears to have fixed a few bugs.
>
> --
> Marshall T. Vandegrift <
llas...@damballa.com>