caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Hal Daume III <hal@cs.utah.edu>
To: caml-list@yquem.inria.fr
Subject: non-square big arrays
Date: Tue, 06 Feb 2007 13:59:29 -0700	[thread overview]
Message-ID: <45C8EC31.6060300@cs.utah.edu> (raw)

I have code that, right now, uses "int array array" to store lots of
things, but in some cases I run out of indices in the outer array (the
inner arrays are always fine, but I hit the max array length limit on
the outside).

I would be happy to switch over to bigarrays, but my understanding is
that 2D bigarrays have to be square.  I cannot possible have square
arrays (it would take too much memory).  Is there an obvious way around
this that I'm missing?

-- 
 Hal Daume III --- me AT hal3 DOT name  |  http://hal3.name
 "Arrest this man, he talks in maths."  |  http://nlpers.blogspot.com


             reply	other threads:[~2007-02-06 20:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-06 20:59 Hal Daume III [this message]
2007-02-06 21:16 ` [Caml-list] " Brian Hurt

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=45C8EC31.6060300@cs.utah.edu \
    --to=hal@cs.utah.edu \
    --cc=caml-list@yquem.inria.fr \
    --cc=me@hal3.name \
    /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).