simdjson/benchmark
Paul Dreik 6d14afd80e
Make threads optional in the cmake build (#376)
Only the simdjson library should optionally depend on threads,
the executables that link to simdjson will get the dependency
indirectly.

* add option for controlling threads (default is on)
* add CI testing with threading on/off for msvc, gcc and clang
* fix an unrelated copy paste comment error in the cirlce ci build conf
2019-11-22 21:51:46 +01:00
..
linux Adding style scripts. (#243) 2019-08-01 16:09:26 -04:00
CMakeLists.txt Make threads optional in the cmake build (#376) 2019-11-22 21:51:46 +01:00
Dockerfile check for performance degradation in CI (#270) 2019-08-12 16:03:56 -04:00
benchmark.h Style uniformization (#238) 2019-07-30 17:18:10 -04:00
distinctuseridcompetition.cpp Style uniformization (#238) 2019-07-30 17:18:10 -04:00
minifiercompetition.cpp Style uniformization (#238) 2019-07-30 17:18:10 -04:00
parse.cpp Combined performance patch (5% overall, 15% stage 1) (#317) 2019-10-01 12:01:08 -04:00
parse_stream.cpp Introducing concurrency mode in JsonStream. (#373) 2019-11-21 11:22:06 -05:00
parseandstatcompetition.cpp Accept large unsigned integers (#295) 2019-09-02 10:50:24 -04:00
parsingcompetition.cpp Adding a getline benchmark (#344) 2019-11-20 20:33:16 -05:00
perfdiff.cpp This should lower false positives. (#299) 2019-08-25 09:33:00 -04:00
statisticalmodel.cpp Accept large unsigned integers (#295) 2019-09-02 10:50:24 -04:00