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 and WebKit/Safari
Apache License 2.0
1.35k stars 124 forks source link

parsing uint8_t #226

Open lemire opened 9 months ago

lemire commented 9 months ago

The following blog post could be useful if we ever want to parsing uint8_t values: https://lemire.me/blog/2023/11/28/parsing-8-bit-integers-quickly/