Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, Redis 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)
v6.1.6#0
Sep 16, 2024
All
fastfloat/fast_float1.6K
github.com/fastfloat/fast_float
292af3921c
Apache-2.0orBSL-1.0orMIT
Manifest