mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-28 19:35:24 +00:00
Previously, `URLParser` was constructing a new String for every character of the URL's username and password. This change improves performance by eliminating those unnecessary String allocations. A URL with a 100,000 character password can now be parsed in ~30ms vs ~8 seconds previously on my machine.
20 KiB
20 KiB