From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78397 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-registry rewrite Date: Wed, 06 Apr 2011 12:37:08 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87hbabnuwr.fsf@lifelogs.com> References: <878vvo64so.fsf@lifelogs.com> <87y63o4m6i.fsf@lifelogs.com> <87zko3rebw.fsf@anar.kanru.info> <87ei5f8xd5.fsf@lifelogs.com> <87wrj7p9tm.fsf@anar.kanru.info> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302111454 29306 80.91.229.12 (6 Apr 2011 17:37:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 17:37:34 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26700@lists.math.uh.edu Wed Apr 06 19:37:30 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7WfZ-00072N-Vz for ding-account@gmane.org; Wed, 06 Apr 2011 19:37:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Q7WfX-00039l-Et; Wed, 06 Apr 2011 12:37:27 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Q7WfW-00039e-KJ for ding@lists.math.uh.edu; Wed, 06 Apr 2011 12:37:26 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q7WfV-0008EP-IB for ding@lists.math.uh.edu; Wed, 06 Apr 2011 12:37:26 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q7WfS-0003ZB-F6 for ding@gnus.org; Wed, 06 Apr 2011 19:37:22 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q7WfR-0006y5-VJ for ding@gnus.org; Wed, 06 Apr 2011 19:37:21 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 19:37:21 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 19:37:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:r2DozoqdvmFNbM6nPSQQr5yrKx8= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78397 Archived-At: On Thu, 07 Apr 2011 01:29:41 +0800 Kan-Ru Chen wrote: KC> Hum.. eieio is a lot faster than eld when I `s'ave from Gnus. (I KC> occasionally hit `s' in the Group buffer) Yeah, native hashtables are dumped at the C level. The old code did a conversion from hashtable to alist and then reformatted the output so it's readable, which was painful. Ted