Fast & exact implementation of C++ from_chars for number types
The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types as well as integer 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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 7.0.0-1.fc42 | - |
Fedora 41 | 6.1.6-1.fc41 | - |
Fedora 40 | 6.1.6-3.fc40 | - |
Fedora EPEL 9 | 3.11.0-4.el9 | - |
Fedora EPEL 8 | 3.5.1-4.el8 | - |
Fedora EPEL 10.0 | 6.1.6-3.el10_0 | - |
You can contact the maintainers of this package via email at
fast_float dash maintainers at fedoraproject dot org
.