-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Add back prefetch optimization with a manual prefetch before the loop over `samefile()`. Previously I had built this into `base.status(wctx)`, but I decided I didn't like that since it incurs a "real" diff operation that otherwise might not be needed. If you are amending to a large commit, you shouldn't need to diff the commit's changes. Reviewed By: zzl0 Differential Revision: D66302022 fbshipit-source-id: 7d83e89f29ae627243133ba2e3d1e0dbc00574e6
- Loading branch information
1 parent
f39784f
commit 8386509
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters