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 benchmark and conformance #23

Closed
petke opened this issue Feb 17, 2016 · 1 comment
Closed

Json benchmark and conformance #23

petke opened this issue Feb 17, 2016 · 1 comment

Comments

@petke
Copy link

petke commented Feb 17, 2016

Your json library did well in this benchmark I happened to come across. Its the fastest C++11 json library. (I'm using the cpprest json library at the moment, and am thinking of switching.)

However the "conformance" on your library was below average. Maybe you can do something to improve it.

https://github.com/miloyip/nativejson-benchmark

@vivkin
Copy link
Owner

vivkin commented Feb 17, 2016

I'm check all conformance test which fail gason. All of this is checked in gason itself:
https://github.com/vivkin/gason/blob/master/src/test-suite.cpp#L30
and I think it's not an issue "extra comma" or other things. All of this is explained in readme

@vivkin vivkin closed this as completed Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants