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
In this PR I applied constexpr in all functions in float_common.h and big_int.h . The plan is to eventually mark everything constexpr, but maybe it does not need to happen in a single PR.
In this PR I applied constexpr in all functions in float_common.h and big_int.h . The plan is to eventually mark everything constexpr, but maybe it does not need to happen in a single PR.