Significantly sped up processing of large numbers of directories passed to a single git-annex command.
This commit is contained in:
parent
dffa212e02
commit
705112903e
3 changed files with 10 additions and 2 deletions
|
@ -9,3 +9,7 @@ Feeding git-annex a long list off directories, eg with xargs can have
|
|||
git-ls-files results. There is probably an exponential blowup in the time
|
||||
relative to the number of parameters. Some of the stuff being done to
|
||||
preserve original ordering etc is likely at fault.
|
||||
|
||||
> I think I've managed to speed this up something like
|
||||
> 1000x or some such. segmentPaths on an utterly insane list of 6 million
|
||||
> files now runs in about 10 seconds. --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue