summaryrefslogtreecommitdiff
path: root/math/fast_float
Commit message (Collapse)AuthorAgeFilesLines
* math/fast_float: Update to 6.0.0Po-Chuan Hsieh2023-12-252-4/+4
| | | | Changes: https://github.com/fastfloat/fast_float/releases
* math/fast_float: Update to 5.3.0Po-Chuan Hsieh2023-11-142-4/+4
| | | | Changes: https://github.com/fastfloat/fast_float/releases
* math/fast_float: Update to 5.2.0Po-Chuan Hsieh2023-07-092-4/+4
| | | | Changes: https://github.com/fastfloat/fast_float/releases
* math/fast_float: Update to 5.1.0Po-Chuan Hsieh2023-06-302-4/+4
| | | | Changes: https://github.com/fastfloat/fast_float/releases
* math/fast_float: Add fast_float 5.0.0Po-Chuan Hsieh2023-06-054-0/+46
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.