simdjson/singleheader
Jeremie Piotte 29fc51522a
Introducing concurrency mode in JsonStream. (#373)
* JsonStream threaded prototype

* JsonStream Threaded version working. Still supporting non-threaded version.

* Fix where invalid files would enter infinite loop.

* SingleHeader update

* I will remove -pthread in cmake for now.

* Attempt at resolving the -pthread issue
2019-11-21 11:22:06 -05:00
..
README.md Introducing concurrency mode in JsonStream. (#373) 2019-11-21 11:22:06 -05:00
amalgamation_demo.cpp Introducing concurrency mode in JsonStream. (#373) 2019-11-21 11:22:06 -05:00
simdjson.cpp Introducing concurrency mode in JsonStream. (#373) 2019-11-21 11:22:06 -05:00
simdjson.h Introducing concurrency mode in JsonStream. (#373) 2019-11-21 11:22:06 -05:00

README.md

c++ -O3 -std=c++17 -pthread -o amalgamation_demo amalgamation_demo.cpp && ./amalgamation_demo ../jsonexamples/twitter.json ../jsonexamples/amazon_cellphones.ndjson