$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dominique Devienne (ddevienne_at_[hidden])
Date: 2023-09-21 12:15:31
On Thu, Sep 21, 2023 at 10:26â¯AM Matt Borland via Boost <
boost_at_[hidden]> wrote:
> I added a table of benchmarks (
> https://master.charconv.cpp.al/#ref_benchmarks)
[...] In summary we meet or exceed the performance of GCC and MSVC
> <charconv>,
>
Looking good! Maybe on the to_chars() side, you could add std::to_string
(C++11),
and format/print from FMT lib (C++11 or not less) / std (C++20), to compare
against. --DD