Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON performance benchmark comparision #177

Closed
xor-gate opened this issue Jan 12, 2016 · 8 comments
Closed

JSON performance benchmark comparision #177

xor-gate opened this issue Jan 12, 2016 · 8 comments

Comments

@xor-gate
Copy link

I would be nice to see how well your JSON library compares with others:
https://github.com/miloyip/nativejson-benchmark

@gregmarr
Copy link
Contributor

It's in there. However, the test was run almost 9 months ago, so it's with an old version.

@xor-gate
Copy link
Author

I overlook the entry Nlohmann/json, but you are right maybe they could update to the new v1.0.0 release.

@nlohmann
Copy link
Owner

Hi @xor-gate, thanks for opening an issue - I am really looking forward to seeing results!

(Though I know the code is not designed having efficiency in mind...)

@xor-gate
Copy link
Author

@nlohmann there is always a tradeoff with cleanliness and speed.

@nlohmann
Copy link
Owner

I know. But C++ developers seem to only care about speed ;)

@nlohmann
Copy link
Owner

Or to put it differently: Cleanliness/simplicity is harder to quantify than objective criteria like runtime and memory consumption.

@nlohmann
Copy link
Owner

Apparently, the benchmark has been updated to version 1.0.0: miloyip/nativejson-benchmark@7ca51bd - I haven't seen the results yet, though.

@nlohmann
Copy link
Owner

I ran the benchmarks locally and encountered some errors. I opened #186 and #187 for this.

@nlohmann nlohmann added this to the Release 1.0.1 milestone Jan 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants