miloyip / nativejson-benchmark

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

add juson #68

Closed wgtdkp closed 7 years ago

wgtdkp commented 7 years ago
  1. As juson treats number without fractional part as long integer, not all double tests passed;
  2. As juson use vector to support accessing by index, it parses canada.json slow;
miloyip commented 7 years ago

I think the submodule was not added properly so the travis-ci cannot download it. You should use git submodule add https://www.github.com/wgtdkp/juson.git thirdparty/juson.

wgtdkp commented 7 years ago

sorry, forgot to commit, it should be corrected now.