emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Input method or help feature needed


From: Richard Stallman
Subject: Re: Input method or help feature needed
Date: Sat, 19 Feb 2011 19:30:00 -0500

    If this is a general problem of completion, tackling it will speed up a
    lot of user interaction.  If it is a problem of getting the data (rather
    than turning it into a form fit for completion), it still might be
    possible to better batch that process.

I suspect that generating the data in a buffer without sorting it
could be done much faster than what the completion code does.  For
instance, it spends a lot of time in GC, but this task should not
require any consing.


-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org, www.gnu.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]