mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 10:27:05 +02:00
In the common case, parseInt() is being called with strings that don't have leading whitespace. By checking for that first, we can avoid the cost of trimming and multiple malloc/GC allocations.
33 KiB
33 KiB