Browse thread
Array 4 MB size limit
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] Array 4 MB size limit |
On Sat, May 20, 2006 at 09:52:46PM +0200, Jozef Kosoru wrote: [...] > Ok, perhaps you are correct. But that doesn't help programmers facing > this problem on 32-bit x86 architecture now. [...] The answer to the solution already was mentioned on that list: array of arrays is the answer. Ciao, Oliver