Files
ladybird/Libraries/LibRegex
Ali Mohammad Pur 9d49fafdbf LibRegex: Add an optimisation to skip forks that cannot produce a match
...and implement it for 'start of line' checks.
This makes patterns like /(^|x)ppp/ fork-free at runtime, ~30% perf
improvement for that pattern.
2026-01-05 18:22:11 +01:00
..