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
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
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