mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-20 12:27:42 +00:00
If the current character under the lexer cursor is ASCII, we don't need to create a Utf8View to consume a full code point. This gives a ~3% speedup when parsing the largest Discord JS file.