$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2019-10-22 16:06:11
On Mon, Sep 23, 2019 at 2:19 AM Dominique Devienne via Boost
<boost_at_[hidden]> 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.
Thanks