21 Sep
2023
21 Sep
'23
12:15 p.m.
On Thu, Sep 21, 2023 at 10:26 AM Matt Borland via Boost < boost@lists.boost.org> 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