[mew-dist 29527] Re: slow response in imap folders which have lots of messages

Hideyuki SHIRAI (白井秀行) <[email protected]> Tue, 19 Jun 2012 10:55:22 +0900 (JST)
Newsgroups gmane.mail.mew.general.japanese
Organization Resident at Meadowy farm.
Message-ID <[email protected]>
(mew-fancy-summary )

Subject: [mew-dist 29526] Re: slow response in imap folders which have lots of messages
Message-ID: <[email protected]>
Date: Tue, 19 Jun 2012 10:03:14 +0900 (JST)

> 
> 
>> invisible 
> 
> Mew 
> 
> 
> 
> 

Solaris7 summary 
 CPU 

 Buffer  *tmp1* 
CPU

(let ((buf (get-buffer-create "*tmp1*"))
      (i 100000))
  (pop-to-buffer buf)
  (erase-buffer)
  (while (> i 0)
    (insert "aaa bbb\n")
    (setq i (1- i)))
  (goto-char (point-min))
  (while (search-forward "bbb" nil t)
    (put-text-property (match-beginning 0) (match-end 0)
		       'invisible t)))

*tmp1*  OK *tmp1* buffer 
*tmp1*  point-min
 CPU 

# Mac (Air ) :-)

-- 
 (mailto:[email protected])