mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
...and implement it for 'start of line' checks. This makes patterns like /(^|x)ppp/ fork-free at runtime, ~30% perf improvement for that pattern.