bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#18522: 24.4.50; mapcar is very slow


From: Peter Münster
Subject: bug#18522: 24.4.50; mapcar is very slow
Date: Tue, 23 Feb 2016 17:35:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

On Tue, Feb 23 2016, Eli Zaretskii wrote:

> You interpret that comment too literally: it means killed buffers that
> were not yet GC'ed.  You will see in alloc.c that sweep_buffers
> removes killed buffers from all_buffers and recycles their memory.

Ok, thanks for the explanation.

My current emacs session is running now since 5 hours. The length of the
chain is 131. And this is my buffer list:

.%* *Article inbox*        1592 Article          
 %* *Summary inbox*          85 Summary          
 %  *Group*                  41 Group            
 %* *Completions*           180 Completion List  
    *scratch*               141 Lisp Interaction 
 %* *Messages*           446718 Messages         
  * todo.org             147282 Org              ~/todo/todo.org

I guess, that the slow-down is related to the chain-length. What do you think?

-- 
           Peter





reply via email to

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