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(scanner): hoist parser regexps to package level
Compile the five parser path patterns once at package init instead of
recompiling them in each parser constructor on every repo scan.
BenchmarkNewMemParsers: 9673ns→57ns (169x), 30424B→120B, 255→6 allocs.
Signed-off-by: Matías Insaurralde <matias@insaurral.de>
0 commit comments