Path to this page:
./
math/fast_float,
Number parsing library
Branch: CURRENT,
Version: 6.1.6,
Package name: fast_float-6.1.6,
Maintainer: pkgsrc-usersThe 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.
Master sites:
Filesize: 99.343 KB
Version history: (Expand)
- (2024-09-09) Updated to version: fast_float-6.1.6
- (2024-09-03) Updated to version: fast_float-6.1.5
- (2024-08-18) Updated to version: fast_float-6.1.4
- (2024-08-12) Package added to pkgsrc.se, version fast_float-6.1.3 (created)