
4 Oct
2010
4 Oct
'10
2:09 a.m.
On Sun, Oct 3, 2010 at 11:54 AM, Henry Laxen
I am trying to create a (relatively) big array, but it seems I cannot make anything larger than 2^30 or so. Here is the code:
Use a 64-bit machine, where Int is 64 bits wide. Trying to create a larger array on a 32-bit machine doesn't make any sense.