Path to this page:
./
devel/hs-vector,
Efficient Arrays for Haskell
Branch: pkgsrc-2014Q2,
Version: 0.10.9.2,
Package name: hs-vector-0.10.9.2,
Maintainer: phoAn efficient implementation of Int-indexed arrays (both mutable and
immutable), with a powerful loop fusion optimization 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.
Required to run:[
lang/ghc7]
Master sites:
SHA1: 49418b16f756f733e0a2ab0bb7f515bc63aff28c
RMD160: 2064b7b667b51491e592e321253f58d706c61ab8
Filesize: 100.81 KB
Version history: (Expand)
- (2014-07-11) Package added to pkgsrc.se, version hs-vector-0.10.9.2 (created)