simdjson/singleheader
Thomas Navennec 9606343b2c ParsedJson & ParsedJson::iterator definitions in .cpp files (#47)
* Minor change to benchmark cmake

* Moved ParsedJson and its Iterator to separate .cpp files

* Uncommented functions, that has nothing to do with this pr

* Removed really_inline comments

* Reinstated some inline functions to restore previous performance

* Re-merged iterator in ParsedJson

* Uncommented some WARN_UNUSED
2019-02-22 14:38:35 -05:00
..
README.md Single-header version. 2018-12-30 21:50:10 -05:00
amalgamation_demo.cpp Fix the shuffle. 2019-01-04 20:12:55 -05:00
simdjson.cpp Fix the shuffle. 2019-01-04 20:12:55 -05:00
simdjson.h ParsedJson & ParsedJson::iterator definitions in .cpp files (#47) 2019-02-22 14:38:35 -05:00

README.md

c++ -march=native -O3 -std=c++11 -o amalgamation_demo amalgamation_demo.cpp && ./amalgamation_demo ../jsonexamples/twitter.json