From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id IAA29514; Wed, 26 Feb 2003 08:57:21 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id IAA29654 for ; Wed, 26 Feb 2003 08:57:19 +0100 (MET) Received: from lri.lri.fr (lri.lri.fr [129.175.15.1]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h1Q7vIT15547 for ; Wed, 26 Feb 2003 08:57:19 +0100 (MET) Received: from pc8-123 (mail@pc8-123 [129.175.8.123]) by lri.lri.fr (8.11.6/jtpda-5.3.2) with ESMTP id h1Q7lEP00994 ; Wed, 26 Feb 2003 08:47:14 +0100 (MET) Received: from filliatr by pc8-123 with local (Exim 3.35 #1 (Debian)) id 18nwHa-0007iU-00; Wed, 26 Feb 2003 08:47:14 +0100 From: Jean-Christophe Filliatre MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15964.28930.80380.699147@lri.lri.fr> Date: Wed, 26 Feb 2003 08:47:14 +0100 To: Diego Olivier Fernandez Pons Cc: bcpierce@cis.upenn.edu, caml-list@inria.fr Subject: Re: [Caml-list] OCaml standard library improvement In-Reply-To: References: <14211.1046105439@saul.cis.upenn.edu> X-Mailer: VM 7.03 under Emacs 20.7.2 Reply-To: Jean-Christophe.Filliatre@lri.fr (Jean-Christophe Filliatre) X-MailScanner: Found to be clean Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > smlnj-lib/HashCons is mostly equivalent to JCF ones (I remember having > read somewhere that JCF actually used some tricks found in the SML/NJ > library) No, that's incorrect. I built this library from scratch, without any knowledge of something similar in SML/NJ. But someone pointed to me later that I used some trick similar to one used in SML/NJ hash tables (namely, to keep the hash key in the buckets to avoid its recomputation when resizing the hash table). -- Jean-Christophe ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners