C/C++ number ↔︎ string benchmark
-
Updated
Dec 5, 2025 - C
C/C++ number ↔︎ string benchmark
Very fast and portable wrappers for strtol, strtoul, strtoll, strtoull, strtold, strtod and strtof. All numeric bases from 2 to 36 are supported for integer, double and long double values. The prefixes 0b, 0o and 0x are supported where 0o is optionally required for a detection of octals.
A C string parsing library designed to make error-handling easier and cleaner
To associate your repository with the strtod topic, visit your repo's landing page and select "manage topics."