slackbuilds/libraries/fast_float
Steven Voges 5db7a7ff0c
libraries/fast_float: Updated for version 4.0.0.
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-04-08 09:16:24 +07:00
..
README
fast_float.SlackBuild libraries/fast_float: Updated for version 4.0.0. 2023-04-08 09:16:24 +07:00
fast_float.info libraries/fast_float: Updated for version 4.0.0. 2023-04-08 09:16:24 +07:00
slack-desc

README

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.