Open miloyip opened 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/
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.
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).