Files
ladybird/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
..
2024-12-04 16:45:58 +00:00
2024-11-20 21:13:23 +01:00
2025-04-09 11:48:49 -06:00
2025-07-03 09:51:56 -04:00
2025-07-03 09:51:56 -04:00
2024-11-19 22:07:01 -07:00
2024-11-19 22:07:01 -07:00
2024-11-10 14:48:20 -07:00
2025-05-15 07:41:02 -06:00
2024-12-28 05:39:32 -08:00
2024-12-28 05:39:32 -08:00
2025-06-13 15:08:26 +02:00
2022-12-03 23:52:23 +00:00
2024-06-18 09:36:25 +02:00
2024-02-11 18:53:00 +01:00