mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-10 10:36:30 +00:00
Once we know that a code point must be a valid ASCII character, we now cast it to `char` and avoid the expensive generic StringView::contains(u32 code_point) checks. This dramatically speeds up URL parsing.
21 KiB
21 KiB