Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37387612
en ru br
ALT Linux repos
S:5.2.0-alt1

Group :: Development/C++
RPM: fast_float

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.2.0-alt1
Build date: 10 june 2023, 21:07 ( 44.7 weeks ago )
Size: 70.10 Kb

Home page:   https://github.com/fastfloat/fast_float

License: Apache-2.0 or MIT
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.

Current maintainer: Nazarov Denis

List of contributors

List of rpms provided by this srpm:

  • libfast_float-devel
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin