The latest version of vector is 0.13.1.0-2.

vector

Version 0.4.1 revision 1 uploaded by HerbertValerioRiedel.

Package meta

Synopsis
Efficient Arrays
Description

An efficient implementation of Int-indexed arrays with a powerful loop fusion framework.

It is structured as follows:

Data.Vector
boxed vectors of arbitrary types
Data.Vector.Primitive
unboxed vectors of primitive types as defined by the primitive package
Data.Vector.Storable
unboxed vectors of Storable types
Data.Vector.Generic
generic interface to the vector types
Author
Roman Leshchinskiy <rl@cse.unsw.edu.au>
Bug reports
n/a
Category
Data, Data Structures
Copyright
(c) Roman Leshchinskiy 2008-2009
Homepage
http://darcs.haskell.org/vector
Maintainer
Roman Leshchinskiy <rl@cse.unsw.edu.au>
Package URL
n/a
Stability
n/a

Components