-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi Liz,
Another quick fix , when you're using the --pattern-from with regex you're doing a loop with each one of the pattern rather than compiling a single regex with all pattern with | this creates a huge performance penalty because you checking the same file over and over based on the number of line in the input file.
Based on my test on a large CSV 93 MB it takes 294 secs against a 99 regex pattern file vs 84 sec if you convert this as a regex with |.
Can you fix this ?
Metadata
Metadata
Assignees
Labels
No labels