[Haskell-cafe] differences between Data.Array and Data.Vector

Don Stewart dons at galois.com
Fri Feb 27 13:20:36 EST 2009


manlio_perillo:
> Hi.
>
> In Hackage there are some packages named "*array*", and others named  
> "*vector*".
>
> What are the differences?
>
>
> Is available a guide to the various data structures available in Haskell?
>

The vector packages tend to be either easily growable, or easily
fusible, or both.

There's no clear convention though.

-- Don


More information about the Haskell-Cafe mailing list