Exherbo
GitLab
Packages
dev-libs/fast-float
Fast and exact implementation of the C++ from_chars functions for number types.
Versions
Slot
Version
Repository
Platforms
0
8.0.2
arbor
~amd64
arm?
armv7?
~armv8
~x86
Metadata
Homepage
https://github.com/fastfloat/fast_float
Summary
Fast and exact implementation of the C++ from_chars functions for number types
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.
Dependencies
(
(
test:
dev-util/doctest
)
(
build:
sys-devel/cmake[>=3.24.0]
)
)
Downloads
https://github.com/fastfloat/fast_float/archive/v8.0.2.tar.gz -> fast_float-8.0.2.tar.gz
Licences
|| (
Apache-2.0
Boost-1.0
MIT
)