-
Notifications
You must be signed in to change notification settings - Fork 471
Closed
Description
I'm working on a comparison of different regex engines including your crate. I discovered some expressions with a slow execution time compared to other engines. I used the test tool from rust-leipzig/regex-performance to measure the performance on a given input file.
The following chart tries to give an overview of the results:
The affected expressions are:
- [a-q][^u-z]{13}x
- ∞|✓
- (?i)Twain
Are there any issues or limitation regarding the given expressions known?
Additionally I attached my results:
results.zip
jsdevtom, yash1th, setharnold and hewhocannotbetamedhewhocannotbetamed
Metadata
Metadata
Assignees
Labels
No labels