16 May 10:37
Re: How to use arrays efficiently?
From: Bulat Ziganshin <bulat.ziganshin <at> gmail.com>
Subject: Re: How to use arrays efficiently?
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-05-16 08:37:01 GMT
Subject: Re: How to use arrays efficiently?
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-05-16 08:37:01 GMT
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
RSS Feed