Path to this page:
./
devel/hs-vector,
Efficient Arrays for Haskell
Branch: pkgsrc-2021Q3,
Version: 0.12.0.3nb1,
Package name: hs-vector-0.12.0.3nb1,
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.
Master sites:
SHA1: c57440b2887ed62f7c83526f99e3ce8201e433c7
RMD160: c030f62c6116e7701ec727b18a9c630a77f70281
Filesize: 121.972 KB
Version history: (Expand)
- (2021-09-28) Package added to pkgsrc.se, version hs-vector-0.12.0.3nb1 (created)