Files
ladybird/Libraries/LibGfx
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
..
2025-07-02 12:01:12 +01:00
2025-07-02 12:01:12 +01:00
2024-12-28 05:39:32 -08:00
2024-11-20 21:13:23 +01:00
2025-06-09 11:25:14 -04:00