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

Compile-time evaluation #188

Closed lemire closed 1 year ago

lemire commented 1 year ago

This documents the new compile-time feature.

Credit to @leni536 for all the hard work.