From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: doco hash tables Date: Sun, 17 Aug 2003 10:35:48 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <877k5dazob.fsf@zip.com.au> References: <87oezb1uut.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1061080669 3158 80.91.224.253 (17 Aug 2003 00:37:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Aug 2003 00:37:49 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Aug 17 02:37:47 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19oBYJ-0006fn-00 for ; Sun, 17 Aug 2003 02:37:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19oBY2-000175-N5 for guile-devel@m.gmane.org; Sat, 16 Aug 2003 20:37:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19oBXh-0000xE-Bf for guile-devel@gnu.org; Sat, 16 Aug 2003 20:37:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19oBWv-0007CH-42 for guile-devel@gnu.org; Sat, 16 Aug 2003 20:36:52 -0400 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.20) id 19oBWj-0006YS-Gy for guile-devel@gnu.org; Sat, 16 Aug 2003 20:36:09 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h7H0a70J031303 for ; Sun, 17 Aug 2003 10:36:08 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h7H0a7kv024343 for ; Sun, 17 Aug 2003 10:36:07 +1000 (EST) Original-Received: from localhost (ppp100.dyn228.pacific.net.au [203.143.228.100]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h7H0a3os019386 for ; Sun, 17 Aug 2003 10:36:05 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19oBWP-0000Uc-00; Sun, 17 Aug 2003 10:35:49 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <87oezb1uut.fsf@zip.com.au> (Kevin Ryde's message of "Thu, 31 Jul 2003 09:02:34 +1000") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2698 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2698 I made these changes, * scheme-compound.texi (Hash Table Reference): Collect up groups of functions to avoid duplication. Revise notes on hashx functions and on vector implementation. In make-hash-table, size is now optional. Add hash-map and hash-for-each. What can be said about the new resizing stuff and the initial size in make-hash-table? Is the initial size a permanent minimum, or just a hint? (I couldn't quite tell from the code.) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel