[Haskell-cafe] Big Arrays

Bryan O'Sullivan bos at serpentine.com
Sun Oct 3 22:09:24 EDT 2010


On Sun, Oct 3, 2010 at 11:54 AM, Henry Laxen <nadine.and.henry at pobox.com>wrote:

>
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20101003/d770a9ae/attachment-0001.html


More information about the Haskell-Cafe mailing list