mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
4d2fc31b27
Co-authored-by: Daniel Lemire <dlemire@lemire.me>
5 lines
183 B
Markdown
5 lines
183 B
Markdown
Try :
|
|
```
|
|
c++ -O3 -std=c++17 -pthread -o amalgamate_demo amalgamate_demo.cpp simdjson.cpp && ./amalgamate_demo ../jsonexamples/twitter.json ../jsonexamples/amazon_cellphones.ndjson
|
|
|