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
perf: compile picomatch matcher once at Glob construction
Addresses Cursor BugBot review: cache the compiled picomatch matcher
in the constructor instead of recompiling on every match() call.
Matches Bun.Glob semantics where the pattern is compiled once.
0 commit comments