miloyip / nativejson-benchmark

C/C++ JSON parser/generator benchmark
MIT License
1.98k stars 262 forks source link

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

Open miloyip opened 8 years ago

miloyip commented 8 years ago

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).

passchaos commented 8 years ago

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/

maciejhirsz commented 8 years ago

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.