1. Home
  2. Browse
  3. fast-float

fast-float

v6.1.6#0Latest

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

v6.1.6#0

Publication

Supports

All

GitHub

fastfloat/fast_float

Homepage

github.com/fastfloat/fast_float

Subtree

292af3921c

License

Apache-2.0orBSL-1.0orMIT

Definition

Manifest