Name: | fast_float-devel |
---|---|
Version: | 6.1.6 |
Release: | 4.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 175127 |
License: | Apache-2.0 OR MIT OR BSL-1.0 |
RPM: | fast_float-devel-6.1.6-4.el10_0.noarch.rpm |
Source RPM: | fast_float-6.1.6-4.el10_0.src.rpm |
Build Date: | Sat Dec 21 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/fastfloat/fast_float |
Summary: | Fast & exact implementation of C++ from_chars 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. |