[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hideously slow VC status queries fixed
From: |
Stefan Monnier |
Subject: |
Re: Hideously slow VC status queries fixed |
Date: |
Sat, 29 Dec 2007 02:40:40 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) |
>> That will show 1000 calls to vc-bzr-registered, vc-git-registered,
>> vc-arch-registered, vc-svn-registered etc etc.
> That could be sped up by noticing which files would normally be excluded
> by dired and using using that information to set an 'excluded
> property value. If dir-state did that, all those calls would be avoided
Doesn't sound right: under PCL-CVS for example I don't need any such
hack. I just look at CVS's `update' output and immediately see which
files are "not ignored and not registered". Many/most backends do that
as well.
So we should add a vc-state "need-register" or somesuch.
Stefan
- Re: Hideously slow VC status queries fixed, (continued)
Re: Hideously slow VC status queries fixed, Richard Stallman, 2007/12/27
Re: Hideously slow VC status queries fixed, Dan Nicolaescu, 2007/12/26
Re: Hideously slow VC status queries fixed, Stefan Monnier, 2007/12/29
Fwd: Hideously slow VC status queries fixed, Alexandru Harsanyi, 2007/12/27