vector-0.4.1: Efficient Arrays

The vector package

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

Properties

Versions0.1, 0.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.5, 0.6, 0.6.0.1, 0.6.0.2, 0.7, 0.7.0.1, 0.7.1, 0.8, 0.9, 0.9.1
Dependenciesbase (≥2 & <5), ghc (≥6.9), primitive
LicenseBSD3
Copyright(c) Roman Leshchinskiy 2008-2009
AuthorRoman Leshchinskiy <rl@cse.unsw.edu.au>
MaintainerRoman Leshchinskiy <rl@cse.unsw.edu.au>
CategoryData, Data Structures
Home pagehttp://darcs.haskell.org/vector
Upload dateSun Nov 29 07:39:42 UTC 2009
Uploaded byRomanLeshchinskiy
Built onghc-6.10
Build failureghc-6.12 (log)
DistributionsFedora: 0.7.1, NixOS: 0.9.1, Debian: 0.9.1, FreeBSD: 0.7.1

Modules

Downloads