mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +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