nativejson-benchmark icon indicating copy to clipboard operation
nativejson-benchmark copied to clipboard

Other native languages? D, go, objective-C, rust, ...

Open miloyip opened this issue 8 years ago • 2 comments

#17 suggested to add some D language json library.

I think, for languages other than C/C++, if they can provide a C interface and link with the current project, it is possible to add those libraries. But the main problem would be the build environment. I add this issue for collecting ideas for this. You may name some libraries which worth to integrate (or even better if you can try it out).

miloyip avatar Jan 25 '16 05:01 miloyip

This link will help: (Rust vs Go vs C++ json benchmarks) http://erickt.github.io/blog/2015/08/07/serde-0-dot-5-0-many-many-changes/

passchaos avatar Apr 27 '16 08:04 passchaos

In the Rust world we now have a port of this benchmark: https://github.com/serde-rs/json-benchmark/

Haven't been able to run nativejson-benchmark to see the differences on the same machine yet.

maciejhirsz avatar Jul 05 '16 16:07 maciejhirsz