ctx.matches(match) avoids walking unintersting parts of the tree when
using tree manifests. That can make a very big difference when
grepping in a small subset of the tree (2.0s -> 0.7s in my case, but
can of course be made more extreme by picking a smaller subset of
files).
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG6cfaebb625d3: grep: speed up `hg grep --all-files some/path` by using ctx.matches(match)
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.