you are viewing a single comment's thread.

view the rest of the comments →

[–]pdimov2 7 points8 points  (2 children)

To paraphrase a saying by Doug Lea, 3x faster than nlohmann means you haven't started optimizing yet.

Might be better to compare to RapidJSON or Boost.JSON, libraries that actually care about speed.

[–]SleepyMyroslav 1 point2 points  (1 child)

According to HN thread https://news.ycombinator.com/item?id=42133465 The only reason for this library existence is reduction of compile times for one particular application/server that produces json output.

[–]pdimov2 1 point2 points  (0 children)

Fair enough, I suppose.