-
Story
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
Improvement
-
3
-
False
-
False
-
undefined
-
From profiling in CFE-35 we figured that almost all our regular expressions (IP+MAC) spend most of their runtime (90%+) doing backtracking.
AC:
- Reduce the amount of backtracking in the RegExes
- Measure the reduction in runtime and profile again (like in
CFE-35) - Do not regress existing matching functionality (all tests should still pass)
- is caused by
-
CFE-35 R&D: Prerelease Profiling
- Closed