fast_io icon indicating copy to clipboard operation
fast_io copied to clipboard

Add benchmark for hex string conversion performance

Open puji4810 opened this issue 2 weeks ago • 0 comments

  • Introduced a new benchmark file atoi_vs_from_chars_hex.cc to compare the performance of various hex string conversion methods, including strtoul, std::from_chars, fast_io::char_digit_to_literal, and fast_float::from_chars.
  • Updated CMakeLists.txt to include the new benchmark executable benchmark.0022.from_chars_hex and set appropriate include directories and compile features.

puji4810 avatar Dec 09 '25 07:12 puji4810