[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Inefficient code in reftex-index.el
From: |
Richard Stallman |
Subject: |
Re: Inefficient code in reftex-index.el |
Date: |
Wed, 08 Jun 2005 11:59:14 -0400 |
Problem is that markers slow down editing, and significantly so. And
normal editing operations are not associated with extensive consing,
so they won't trigger frequent garbage collection.
That is sufficient reason to urge people to use match-data only when
really necessary, but not a sufficient reason to eliminate match-data.
- Re: Inefficient code in reftex-index.el, (continued)
- Re: Inefficient code in reftex-index.el, Richard Stallman, 2005/06/08
- Re: Inefficient code in reftex-index.el, David Kastrup, 2005/06/08
- Re: Inefficient code in reftex-index.el, Richard Stallman, 2005/06/09
- Re: Inefficient code in reftex-index.el, David Kastrup, 2005/06/09
- Re: Inefficient code in reftex-index.el, Richard Stallman, 2005/06/10
- Re: Inefficient code in reftex-index.el, David Kastrup, 2005/06/10
- Re: Inefficient code in reftex-index.el, Richard Stallman, 2005/06/07
- Re: Inefficient code in reftex-index.el, David Kastrup, 2005/06/07
- Re: Inefficient code in reftex-index.el,
Richard Stallman <=
- Re: Inefficient code in reftex-index.el, Kim F. Storm, 2005/06/07
- Re: Inefficient code in reftex-index.el, Stefan Monnier, 2005/06/07
- Re: Inefficient code in reftex-index.el, Richard Stallman, 2005/06/08
- Re: Inefficient code in reftex-index.el, Kim F. Storm, 2005/06/08
- Re: Inefficient code in reftex-index.el, Richard Stallman, 2005/06/07
Re: Inefficient code in reftex-index.el, Carsten Dominik, 2005/06/06