Fast and exact implementation of the C++ from_chars functions for float and double types: 4x to 10x faster than strtod, part of GCC 12 and WebKit/Safari
Run the following Vcpkg command to install the port.
vcpkg install fast-float
fast-float provides CMake targets:
find_package(FastFloat CONFIG REQUIRED) target_link_libraries(main PRIVATE FastFloat::fast_float)
v5.2.0#0
Aug 29, 2023
All
fastfloat/fast_float1.2K
github.com/fastfloat/fast_float
bf2dbc58a8
Apache-2.0orBSL-1.0orMIT
Manifest