Commit graph

2 commits

Author SHA1 Message Date
szptvlfn
3233b1066b Update to 0.11.0.0
changelog:
Changes in version 0.11.0.0

 * Define `Applicative` instances for `Data.Vector.Fusion.Util.{Box,Id}`
 * Define non-bottom `fail` for `instance Monad Vector`
 * New generalized stream fusion framework
 * Various safety fixes
   - Various overflows due to vector size have been eliminated
   - Memory is initialized on creation of unboxed vectors
 * Changes to SPEC usage to allow building under more conditions

Changes in version 0.10.12.3

 * Allow building with `primtive-0.6`
2015-12-13 14:08:12 +00:00
szptvlfn
5bc523feba Import vector-0.10.9.2 as devel/hs-vector,
packaged for wip by pho.

An 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.
2014-05-26 22:02:40 +00:00