mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-20 20:37:09 +00:00
When parsing identifiers, we ultimately want to sink the token string into a FlyString anyway, and since Token may have a FlyString already inside it, this allows us to bypass the costly FlyString(StringView). This gives a ~3% speedup when parsing the largest Discord JS file.