math/fast_float - The NetBSD Packages Collection

Number parsing library

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.

Build dependencies

devel/cmake pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64fast_float-6.1.6.tgz
NetBSD 10.0aarch64ebfast_float-6.1.6.tgz
NetBSD 10.0alphafast_float-6.1.6.tgz
NetBSD 10.0earmv6hffast_float-6.1.6.tgz
NetBSD 10.0earmv7hffast_float-6.1.6.tgz
NetBSD 10.0i386fast_float-6.1.6.tgz
NetBSD 10.0sparc64fast_float-6.1.6.tgz
NetBSD 10.0x86_64fast_float-6.1.6.tgz
NetBSD 9.0aarch64fast_float-6.1.6.tgz
NetBSD 9.0earmv6hffast_float-6.1.6.tgz
NetBSD 9.0earmv7hffast_float-6.1.6.tgz
NetBSD 9.0i386fast_float-6.1.6.tgz
NetBSD 9.0x86_64fast_float-6.1.6.tgz
NetBSD 9.3x86_64fast_float-6.1.6.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.