The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types as well as integer 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. It parses the character sequence [first,last) for a number. It parses floating-point numbers expecting a locale-independent format equivalent to the C++17 from_chars function. The resulting floating-point value is the closest floating-point value (using either float or double), using the "round to even" convention for values that would otherwise fall right in between two values. That is, we provide exact parsing according to the IEEE standard.

Features

  • We only support float and double types at this time
  • Documentation available
  • Integer types
  • We support Visual Studio, macOS, Linux, freeBSD
  • We support 32-bit and 64-bit systems
  • C++23: Fixed width floating-point types
  • Non-ASCII Inputs

Project Samples

Project Activity

See All Activity >

Categories

Libraries

License

Apache License V2.0

Follow fast_float

fast_float Web Site

Other Useful Business Software
Outgrown Windows Task Scheduler? Icon
Outgrown Windows Task Scheduler?

Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
Download Free Tool
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of fast_float!

Additional Project Details

Programming Language

C++

Related Categories

C++ Libraries

Registered

2024-07-08