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
Alternative to #144.
This reduces the duration to glob `**/*.rs` in a rustc checkout on my PC
from ~1000ms to ~820ms:
```
Benchmark 1: ./local
Time (mean ± σ): 822.0 ms ± 11.2 ms [User: 272.5 ms, System: 549.2 ms]
Range (min … max): 811.8 ms … 849.6 ms 10 runs
Benchmark 2: ./upstream
Time (mean ± σ): 1.019 s ± 0.006 s [User: 0.468 s, System: 0.551 s]
Range (min … max): 1.005 s … 1.026 s 10 runs
Summary
./local ran
1.24 ± 0.02 times faster than ./upstream
```
0 commit comments