From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: performance of converting alist to hash table Date: 16 May 2004 06:13:33 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040516095522.GA1625@SDF.LONESTAR.ORG> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1084702677 15280 80.91.224.253 (16 May 2004 10:17:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 May 2004 10:17:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun May 16 12:17:49 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPIiL-0004ug-00 for ; Sun, 16 May 2004 12:17:49 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPIiL-0006WT-00 for ; Sun, 16 May 2004 12:17:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPIfN-0002gt-HO for emacs-devel@quimby.gnus.org; Sun, 16 May 2004 06:14:45 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPIeo-0002dr-2H for emacs-devel@gnu.org; Sun, 16 May 2004 06:14:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPIeH-0002Jl-Ly for emacs-devel@gnu.org; Sun, 16 May 2004 06:14:08 -0400 Original-Received: from [207.245.84.69] (helo=colo.agora-net.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BPIeH-0002Ji-6o for emacs-devel@gnu.org; Sun, 16 May 2004 06:13:37 -0400 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 1BPIeD-0003XI-00; Sun, 16 May 2004 06:13:33 -0400 Original-To: Dai Yuwen In-Reply-To: Dai Yuwen's message of "Sun, 16 May 2004 09:55:22 +0000" Original-Lines: 7 X-Mailer: Gnus v5.7/Emacs 20.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23524 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23524 Dai Yuwen writes: Any idea? what portion of the time is related to the hashing? thi