The latest version of vector is 0.13.1.0-2.

vector

Version 0.5 revision 0 uploaded by RomanLeshchinskiy.

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.Unboxed
Unboxed vectors with an adaptive representation based on data type families.
Data.Vector.Storable
Unboxed vectors of Storable types.
Data.Vector.Primitive
Unboxed vectors of primitive types as defined by the primitive package. Data.Vector.Unboxed is more flexible at no performance cost.
Data.Vector.Generic
Generic interface to the vector types.

Changes since version 0.4.2

  • Unboxed vectors of primitive types and tuples

  • Redesigned interface between mutable and immutable vectors (now with the popular unsafeFreeze primitive)

  • Many new combinators

  • Significant performance improvements

Author
Roman Leshchinskiy <rl@cse.unsw.edu.au>
Bug reports
n/a
Category
Data, Data Structures
Copyright
(c) Roman Leshchinskiy 2008-2010
Homepage
http://code.haskell.org/vector
Maintainer
Roman Leshchinskiy <rl@cse.unsw.edu.au>
Package URL
n/a
Stability
n/a

Components