On Tue, 22 Oct 2019 at 18:06, Vinnie Falco via Boost
On Mon, Sep 23, 2019 at 2:19 AM Dominique Devienne via Boost
wrote: What about performance? Have you heard of https://github.com/lemire/simdjson? Where would your library fall in that benchmark at the above link?
simdjson gives the highest performance, but the resulting output is in a specialized format which is read-only.
My library has roughly the same or better performance as RapidJSON.
Does it mean you have run it under Milo's nativejson-benchmark? Can you post the results? FYI, I was preparing to benchmark your library myself, prepared a bunch of workarounds for some issues/outdates in the current nativejson-benchmark https://github.com/miloyip/nativejson-benchmark/issues/102#issuecomment-5340... and applied them here https://github.com/mloskot/nativejson-benchmark/tree/ml/issue-102-add-workar... but I have not found enough time to pull your library in. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net