1. Home
  2. Browse
  3. fast-float

fast-float

v8.0.0#1Latest

Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod

Install

Run the following Vcpkg command to install the port.

vcpkg install fast-float

Usage

fast-float provides CMake targets:

find_package(FastFloat CONFIG REQUIRED)
target_link_libraries(main PRIVATE FastFloat::fast_float)

Dependencies

See source

Version

v8.0.0#1

Publication

Supports

All

GitHub

fastfloat/fast_float

Homepage

github.com/fastfloat/fast_float

Subtree

cd9142943d

License

Apache-2.0orBSL-1.0orMIT

Definition

Manifest