mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Po-Chuan Hsieh](/assets/img/avatar_default.png)
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.
13 lines
459 B
Plaintext
13 lines
459 B
Plaintext
include/fast_float/ascii_number.h
|
|
include/fast_float/bigint.h
|
|
include/fast_float/constexpr_feature_detect.h
|
|
include/fast_float/decimal_to_binary.h
|
|
include/fast_float/digit_comparison.h
|
|
include/fast_float/fast_float.h
|
|
include/fast_float/fast_table.h
|
|
include/fast_float/float_common.h
|
|
include/fast_float/parse_number.h
|
|
share/cmake/FastFloat/FastFloatConfig.cmake
|
|
share/cmake/FastFloat/FastFloatConfigVersion.cmake
|
|
share/cmake/FastFloat/fast_float-targets.cmake
|