You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GlobMatcher constructor is extremely slow sometimes as it requires to compile the regex produced from the glob expression. A simple example is the small glob tested in the benchmark: a*a*a*.pt which takes roughly 70ms to compile, diminishing any of the performance gains produced by the fast matching.
* disable reflex
* fall back to stringmatch for GlobMatcher
Signed-off-by: kostas <[email protected]>
0 commit comments