Y
Hacker News
new
|
ask
|
show
|
jobs
by
tsurnyc
586 days ago
What are the performance numbers? nlohmann/json is no speed demon.
1 comments
jart
586 days ago
I've added benchmarks to the readme.
https://github.com/jart/json.cpp?tab=readme-ov-file#benchmar...
You're looking at a 2x or 3x performance advantage across the board. If you include invalid JSON handling, then 10x or more.
link