generated from datalad/datalad-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use two run-contexts for iter_annexworktree
Because a batch process to look up annex keys is slow, this implementation uses two concurrent run contexts. One run context peforms `git ls-files`, while the other run context performs `git annex find`. The output of both is read and processed. That reduces the runtime to about 7% of the previous rutime.
- Loading branch information
1 parent
bff94b1
commit 2913989
Showing
1 changed file
with
54 additions
and
25 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