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 WAA10444; Fri, 19 Mar 2004 22:57:01 +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 WAA10396 for ; Fri, 19 Mar 2004 22:56:59 +0100 (MET) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from web40309.mail.yahoo.com (web40309.mail.yahoo.com [66.218.78.88]) by concorde.inria.fr (8.12.10/8.12.10) with SMTP id i2JLuwHd027984 for ; Fri, 19 Mar 2004 22:56:59 +0100 Message-ID: <20040319215658.46216.qmail@web40309.mail.yahoo.com> Received: from [144.189.241.170] by web40309.mail.yahoo.com via HTTP; Fri, 19 Mar 2004 13:56:58 PST Date: Fri, 19 Mar 2004 13:56:58 -0800 (PST) From: Bob Bailey Subject: [Caml-list] Question about references and Hashtbl. To: Caml List MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; hashtbl:01 module:03 storing:03 structure:06 strings:06 type:07 memory:09 references:11 spam:83 trying:17 yahoo:20 yahoo:20 reliable:78 better:23 created:24 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk X-Keywords: X-UID: 246 I am trying to manage memory better when it comes to storing large numbers of strings. So I have created a Dictionary module that has the following structure. type t = __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com ------------------- 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