@hackage vector0.4.1
Efficient Arrays
Categories
License
BSD-3-Clause
Maintainer
Roman Leshchinskiy <rl@cse.unsw.edu.au>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (3)
Dependents (2611)
@hackage/arbor-datadog, @hackage/tcod-haskell, @hackage/hsndfile-vector, @hackage/timeseries, @hackage/pgmq-hasql, @hackage/gridland, Show all…
Package Flags
enableassertions
(on by default)
Enable assertions that check parameters to functions are reasonable. These will impose a moderate performance cost on users of the library, with the benefit that you get reasonable errors rather than segmentation faults!
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
primitivepackage Data.Vector.Storable- unboxed vectors of
Storabletypes Data.Vector.Generic- generic interface to the vector types