simdjson/singleheader
Dong Xie 1153778f92 fix a bug in copy constructor of ParsedJson::iterator. (#146) 2019-04-22 10:37:02 -04:00
..
README.md Fix the suggested command line to build to amalgamation_demo; it needs C++17 for string_view 2019-02-23 11:28:09 +11:00
amalgamation_demo.cpp New version (mostly setting the singleheader version in sync). 2019-03-13 21:02:39 -04:00
simdjson.cpp fix a bug in copy constructor of ParsedJson::iterator. (#146) 2019-04-22 10:37:02 -04:00
simdjson.h New version (mostly setting the singleheader version in sync). 2019-03-13 21:02:39 -04:00

README.md

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