[Haskell-cafe] How to use arrays efficiently?

Lauri Oksanen lassoken at gmail.com
Fri May 16 07:44:19 EDT 2008


Thanks for help. I did some tests with UArray and it does the trick.
The problem remaining is, how to implement UArray Int (Double, Double,
Double)?
UArray source code is far too cryptic for me.

Regards,
Lauri

On Fri, May 16, 2008 at 11:37 AM, Bulat Ziganshin <bulat.ziganshin at gmail.com>
wrote:

> Hello Lauri,
>
> Friday, May 16, 2008, 12:19:29 PM, you wrote:
>
> >      pixelArray :: Array Int Color
>
> it's boxed array which means that its elements are stored as thunks
> computed only when you actually use them. try UArray instead:
>
> http://haskell.org/haskellwiki/Modern_array_libraries
>
>
> --
> Best regards,
>  Bulat                            mailto:Bulat.Ziganshin at gmail.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080516/9c8806c0/attachment.htm


More information about the Haskell-Cafe mailing list