Hey, On Wed, Sep 9, 2009 at 5:24 AM, Daniel Dunbar<[email protected]> wrote: > I really like the new staging functionality, but I am also having some > pretty serious performance problems 0.7 on large projects (LLVM & > clang in this case). Very frequently when I am working in the commit > window I get unusably-slow hangs (usually after it says "refreshing > index"). > > Is anyone else seeing this? What more information can I provide?
Hmm, interesting. I made some changes to how the index is populated, but it should be faster, at least in the common case :) Do you have a lot of uncommitted changes or untracked files that aren't ignored? Does it hang when you commit, or already when you switch to the commit view? I have an llvm repository myself, so I can take a look :)
