[Haskell-beginners] arrays

David McBride toad3k at gmail.com
Tue Jan 31 00:59:28 CET 2012


Try the vector library.  It has both immutable and mutable arrays and
is very good.

On Mon, Jan 30, 2012 at 1:41 PM, Dennis Raddle <dennis.raddle at gmail.com> wrote:
> I've got a problem that is linear time with mutable arrays, and something
> god-awful complicated (not sure of time complexity) without them.
>
> What's the easiest way to use and understand mutable arrays? is it
> Data.Array that I want? Any good tutorials?
>
> Thanks,
> Dennis
>
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>



More information about the Beginners mailing list