Package : fast_float

Package details

Summary: fast_float number parsing library: 4x faster than strtod

Description:
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.


URL: https://github.com/fastfloat/fast_float
License: Apache-2.0 OR MIT OR BSL-1.0

Maintainer: wally

List of RPMs