Files
ladybird/Tests/AK
Timothy Flynn 62d9a84b8d AK+Everywhere: Replace custom number parsers with fast_float
Our floating point number parser was based on the fast_float library:
https://github.com/fastfloat/fast_float

However, our implementation only supports 8-bit characters. To support
UTF-16, we will need to be able to convert char16_t-based strings to
numbers as well. This works out-of-the-box with fast_float.

We can also use fast_float for integer parsing.
2025-07-03 09:51:56 -04:00
..
2022-12-03 23:52:23 +00:00
2024-03-23 09:02:58 -04:00
2025-06-17 20:44:01 +02:00