$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-03-01 01:41:51
On Thu, Feb 29, 2024 at 4:54â¯PM Zach Laine via Boost
<boost_at_[hidden]> wrote:
>...
I'm not sure if it is possible, but a good comparison could be
achieved by writing a Boost.Parser front end to parse JSON, and have
it call the corresponding member functions of
boost::json::detail::handler on an instance of that object here:
This will allow an apples to apples comparison, as it removes the
question of optimizing the destination container.
To retrieve the result after parsing call handler->st.release().
Thanks