The fast_float library provides fast header-only implementations for the C++
from_chars functions for float and double types. These functions convert ASCII
strings representing decimal values (e.g., 1.3e10) into binary types. We
provide exact rounding (including round to even). In our experience, these
fast_float functions many times faster than comparable number-parsing functions
from existing C++ standard libraries.
Provides
Requires
License
Apache-2.0 OR MIT
Changelog
* Fri Nov 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.5.1-4
- Do not run exhaustive tests by default
- We can always manually run scratch builds with them enabled, especially
after significant upstream changes.
* Fri Nov 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 3.5.1-3
- Drop unnecessary manua