From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: faster unicode character name completion Date: Wed, 09 Dec 2009 09:57:20 +0900 Message-ID: References: <87einfbxdw.fsf@red-bean.com> <87fx7r68s4.fsf@stupidchicken.com> <87k4wx57kh.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260320266 13095 80.91.229.12 (9 Dec 2009 00:57:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 00:57:46 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 09 01:57:39 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NIAs4-0002cN-Py for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 01:57:37 +0100 Original-Received: from localhost ([127.0.0.1]:48639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIAs4-00073D-CN for ged-emacs-devel@m.gmane.org; Tue, 08 Dec 2009 19:57:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIArx-00072b-2B for emacs-devel@gnu.org; Tue, 08 Dec 2009 19:57:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIArr-00071v-Qm for emacs-devel@gnu.org; Tue, 08 Dec 2009 19:57:28 -0500 Original-Received: from [199.232.76.173] (port=39106 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIArr-00071s-NU for emacs-devel@gnu.org; Tue, 08 Dec 2009 19:57:23 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:46821) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIArr-0005VO-87 for emacs-devel@gnu.org; Tue, 08 Dec 2009 19:57:23 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id nB90vKZK029007; Wed, 9 Dec 2009 09:57:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id nB90vKFx020612; Wed, 9 Dec 2009 09:57:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id nB90vK9N003523; Wed, 9 Dec 2009 09:57:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1NIAro-0004Qy-5O; Wed, 09 Dec 2009 09:57:20 +0900 In-Reply-To: <87k4wx57kh.fsf@stupidchicken.com> (message from Chong Yidong on Tue, 08 Dec 2009 19:12:30 -0500) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118411 Archived-At: In article <87k4wx57kh.fsf@stupidchicken.com>, Chong Yidong writes: > Kenichi Handa writes: > > Ah, interesting approach. But, I've just found that > > dotimes-with-progress-reporter of the original code didn't exclude the > > big unused range U+30000..U+DFFFF (about 75% of the range currently > > checked). Just excluding that part in the original code achieves > > almost the same performance as your patch. Attached is that simpler > > version. > Could you check this in ASAP? I'll hold the pretest for this. Thanks. Ok, just done. --- Kenichi Handa handa@m17n.org