ladybird/Tests/LibRegex
Ali Mohammad Pur cce000d57c LibRegex: Don't repeat the same fork again
If some state has already been tried, skip over it as it would never
lead to a match regardless.
This fixes performance/memory issues in cases like
/(a+)+b/.exec("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
or
/(a|a?)+b/...

Fixes #2622.
2025-01-17 10:13:51 +01:00
..
CMakeLists.txt
Regex.cpp LibRegex: Don't repeat the same fork again 2025-01-17 10:13:51 +01:00
RegexLibC.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00