[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Hideously slow VC status queries fixed
From: |
Richard Stallman |
Subject: |
Re: Hideously slow VC status queries fixed |
Date: |
Thu, 27 Dec 2007 13:24:21 -0500 |
parsing time could be an issue -- has anyone profiled 26,499 regexp
matches lately ?
The speed of regexp matching depends greatly on the regexp itself.
If that regexp is slow, perhaps there is a much faster way
to parse that data.
Just turning off undo during the initial creation of that buffer's
contents will also speed it up somewhat, but I don't know if that is
significant.
- Hideously slow VC status queries fixed, Eric S. Raymond, 2007/12/26
- Re: Hideously slow VC status queries fixed, Tom Tromey, 2007/12/26
- Re: Hideously slow VC status queries fixed, Eric S. Raymond, 2007/12/26
- Re: Hideously slow VC status queries fixed,
Richard Stallman <=
- Re: Hideously slow VC status queries fixed, Tom Tromey, 2007/12/29
- Re: Hideously slow VC status queries fixed, Eric S. Raymond, 2007/12/29
- Re: Hideously slow VC status queries fixed, Tom Tromey, 2007/12/30
- Re: Hideously slow VC status queries fixed, Eric S. Raymond, 2007/12/30
- Re: Hideously slow VC status queries fixed, Tom Tromey, 2007/12/31
- Re: Hideously slow VC status queries fixed, Eric S. Raymond, 2007/12/31
- Re: Hideously slow VC status queries fixed, Dan Nicolaescu, 2007/12/31
- Re: Hideously slow VC status queries fixed, Eric S. Raymond, 2007/12/31
Re: Hideously slow VC status queries fixed, Richard Stallman, 2007/12/27