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.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | fast_float-6.1.6.tgz |
NetBSD 10.0 | aarch64eb | fast_float-6.1.6.tgz |
NetBSD 10.0 | alpha | fast_float-6.1.6.tgz |
NetBSD 10.0 | earmv6hf | fast_float-6.1.6.tgz |
NetBSD 10.0 | earmv7hf | fast_float-6.1.6.tgz |
NetBSD 10.0 | i386 | fast_float-6.1.6.tgz |
NetBSD 10.0 | sparc64 | fast_float-6.1.6.tgz |
NetBSD 10.0 | x86_64 | fast_float-6.1.6.tgz |
NetBSD 9.0 | aarch64 | fast_float-6.1.6.tgz |
NetBSD 9.0 | earmv6hf | fast_float-6.1.6.tgz |
NetBSD 9.0 | earmv7hf | fast_float-6.1.6.tgz |
NetBSD 9.0 | i386 | fast_float-6.1.6.tgz |
NetBSD 9.0 | x86_64 | fast_float-6.1.6.tgz |
NetBSD 9.3 | x86_64 | fast_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.
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.