fast_io
fast_io copied to clipboard
Add benchmark for hex string conversion performance
- Introduced a new benchmark file
atoi_vs_from_chars_hex.ccto compare the performance of various hex string conversion methods, includingstrtoul,std::from_chars,fast_io::char_digit_to_literal, andfast_float::from_chars. - Updated
CMakeLists.txtto include the new benchmark executablebenchmark.0022.from_chars_hexand set appropriate include directories and compile features.