Optimize regex matching for finding non-global matches #117
Labels
challenging
[RATING] This issue entails technical or design challenges such as a big and unclear scope.
tools and libraries
[SCOPE] From #asTextToHtml over JSON parsing to Debugger and Browser.
matchesRegex: '.*...'
should be as fast asRxMatcher>>search:
, but is currently significantly slower:Can
RxMatchOptimizer
handle this?Related issues:
search:
is pretty inefficient, maybe it could utilize something likefindSubstring:
The text was updated successfully, but these errors were encountered: