Significantly sped up processing of large numbers of directories passed to a single git-annex command. (try 2)

New approach is to do it the expensive way for the first 100 paths
on the command line, but then assume the user doesn't care about order too
much and fall back to the cheap way that does not preserve order.
This commit is contained in:
Joey Hess 2015-04-02 01:44:32 -04:00
parent f79502d377
commit 294991dacb
3 changed files with 18 additions and 5 deletions

2
debian/changelog vendored
View file

@ -23,6 +23,8 @@ git-annex (5.20150328) UNRELEASED; urgency=medium
* fsck: Added --distributed and --expire options,
for distributed fsck.
* Fix truncation of parameters that could occur when using xargs git-annex.
* Significantly sped up processing of large numbers of directories
passed to a single git-annex command.
-- Joey Hess <id@joeyh.name> Fri, 27 Mar 2015 16:04:43 -0400