caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* non-square big arrays
@ 2007-02-06 20:59 Hal Daume III
  2007-02-06 21:16 ` [Caml-list] " Brian Hurt
  0 siblings, 1 reply; 2+ messages in thread
From: Hal Daume III @ 2007-02-06 20:59 UTC (permalink / raw)
  To: caml-list

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-06 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-06 20:59 non-square big arrays Hal Daume III
2007-02-06 21:16 ` [Caml-list] " Brian Hurt

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).