Name: | fast_float-devel |
---|---|
Version: | 1.1.2 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 106902 |
License: | ASL 2.0 or MIT |
RPM: | fast_float-devel-1.1.2-1.el8.x86_64.rpm |
Source RPM: | fast_float-1.1.2-1.el8.src.rpm |
Build Date: | Fri Jul 23 2021 |
Build Host: | jenkins-172-17-0-2-f4f38b5e-78c3-4049-97ff-7aced24055b0.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/fastfloat/fast_float |
Summary: | Fast & exact implementation of C++ from_chars for float/double |
Description: | The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double 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. |