inventory of files unavailable in local repository?

Joey Hess joey at kitenet.net
Fri Dec 23 16:37:29 CET 2011


Adam Spiers wrote:
> $ time git annex find --not --in= >/dev/null
> git annex find --not --in= > /dev/null  6.73s user 1.76s system 21%
> cpu 39.483 total

> Ouch!  Joey, is there an optimization that can be made for the local
> case here?

For --in=. , the optimisation of statting the files, rather than looking
up the location from git, is already done, if that's what you mean.
Without that optimisation, it's an order of magnitude slower. 

-- 
see shy jo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 828 bytes
Desc: Digital signature
URL: <http://lists.madduck.net/pipermail/vcs-home/attachments/20111223/a64098fa/attachment.pgp>


More information about the vcs-home mailing list