-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Hello.
We are users of pathspec
in some other project. I have a performance question.
For a long list of rules (dozens) matches large amount of files (hundreds of thousands) the match_file
takes a long time. Is there any method to improve its performance?
For example, using a big regex instead of multiple small ones.