Skip to content

Conversation

@MacroModel
Copy link
Collaborator

No description provided.

MacroModel and others added 4 commits December 8, 2025 22:15
- Introduced a new benchmark file `atoi_vs_from_chars_hex.cc` to compare the performance of different methods for parsing hexadecimal numbers, 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 and ensure proper linking with the `fast_float` library.
- Modified the `make_hex_numbers_buffer` function to mix lowercase and uppercase hex digits in the generated buffer, improving the representation of hexadecimal numbers for benchmarking purposes.
@MacroModel MacroModel closed this Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant