Hacker News new | ask | show | jobs
by greg7mdp 1964 days ago
strtod is not a good benchmark. Is it faster than std::format or https://github.com/fmtlib/fmt?
1 comments

That comparison makes no sense: fast_float parses floats whereas std::format and fmtlib print floats — they don't do the same thing.