Hacker News new | ask | show | jobs
by treeform 1056 days ago
I would not call std/json it "terrible in performance" probably still way faster then what you get in many other languages (like python). But yes the JSON lib I wrote is faster due to avoiding branches and allocations.