caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Hal Daume III <hdaume@ISI.EDU>
To: caml-list@inria.fr
Subject: Re: [Caml-list] generic data type -> int function
Date: Thu, 31 Mar 2005 10:04:47 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0503311003550.3080-100000@albini.isi.edu> (raw)
In-Reply-To: <20050331170106.GA2939@furbychan.cocan.org>

On Thu, 31 Mar 2005, Richard Jones wrote:

> On Thu, Mar 31, 2005 at 06:33:12AM -0800, Hal Daume III wrote:
> > I want to use complex data types as indices in arrays, essentially.
> 
> How about using Hashtbl or Map with the key being the complex data
> type?  Of course it won't be as fast an integer index into an Array,
> but it might be easier to understand.

Way way way too slow.  As it is, using arrays, my program takes about 5 
hours to run.  A first version using a Hashtbl took well over two days.

-- 
 Hal Daume III                                   | hdaume@isi.edu
 "Arrest this man, he talks in maths."           | www.isi.edu/~hdaume


  reply	other threads:[~2005-03-31 18:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-24 16:38 Hal Daume III
2005-03-25 11:37 ` [Caml-list] " Jean-Christophe Filliatre
2005-03-30  3:26   ` Hal Daume III
2005-03-30 22:27     ` Oliver Bandel
2005-03-31 14:33       ` Hal Daume III
2005-03-31 17:01         ` Richard Jones
2005-03-31 18:04           ` Hal Daume III [this message]
2005-03-30 22:29     ` Oliver Bandel
2005-03-31 14:33       ` Hal Daume III
2005-03-25 19:15 ` Kim Nguyen
2005-03-29  7:29   ` Oliver Bandel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0503311003550.3080-100000@albini.isi.edu \
    --to=hdaume@isi.edu \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).