fastfloat / fast_float

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
Apache License 2.0
1.54k stars 132 forks source link

fixing issue 261 #262

Closed lemire closed 2 months ago

lemire commented 2 months ago

fixes https://github.com/fastfloat/fast_float/issues/261

lemire commented 2 months ago

This is wrong. Closing.