FreeBSD.software
Home/math/fast_float

fast_float

8.1.0

Fast and exact C++ number parsing library

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.

Origin: math/fast_float
Category: math
Size: 162KiB
License: MIT, APACHE20, BSL
Maintainer: sunpoet@FreeBSD.org
Dependencies: 0 packages
Required by: 0 packages
$pkg install fast_float

More in math