lemire / simdjson_issue2427

Repository from Github https://github.comlemire/simdjson_issue2427Repository from Github https://github.comlemire/simdjson_issue2427

Benchmark for issue 2427 (simdjson)

The objective of this benchmark is to report the speed of the call to parser.iterate on a small JSON imput.

Usage

For macOS/Linux, follow the following instructions.

cmake -B build
cmake --build build
./build/benchmark

Usage under Windows is similar.

Possible results

Apple M4/LLVM 17

JSON Parsing                                       :   6.29 GB/s

Intel Ice Lake processor (2GHz base)/GCC12

JSON Parsing                                       :   4.49 GB/s

About


Languages

Language:C++ 50.2%Language:CMake 49.8%