simdjson/src
Daniel Lemire b1e8990654
Moving iterator functions in the header file (#189)
We want the compiler to inline hot functions in the iterators. Let us leave them in the header file. Please.
2019-06-11 21:09:58 -04:00
..
CMakeLists.txt Fix for issue 154 (#157) 2019-05-08 22:33:11 -04:00
jsonioutil.cpp Fix for issues 32, 50, 131, 137 2019-05-09 17:59:51 -04:00
jsonminifier.cpp Fix old-style C-Casts 2019-02-23 17:31:38 +01:00
jsonparser.cpp Improving error codes. (#176) 2019-05-24 17:28:56 -04:00
parsedjson.cpp Fix for https://github.com/lemire/simdjson/issues/58 (#168) 2019-05-19 12:25:27 -04:00
parsedjsoniterator.cpp Moving iterator functions in the header file (#189) 2019-06-11 21:09:58 -04:00
simdjson.cpp Improving error codes. (#176) 2019-05-24 17:28:56 -04:00
stage1_find_marks.cpp Adding a new compile-time flag (SIMDJSON_NAIVE_STRUCTURAL) for research purposes. 2019-06-03 16:41:50 -04:00
stage2_build_tape.cpp Improving error codes. (#176) 2019-05-24 17:28:56 -04:00