@hackage vector0.12.0.0
Efficient Arrays
Categories
License
BSD-3-Clause
Maintainer
Haskell Libraries Team <libraries@haskell.org>
Links
Versions
Installation
Tested Compilers
Dependencies (5)
Dependents (2611)
@hackage/arbor-datadog, @hackage/tcod-haskell, @hackage/hsndfile-vector, @hackage/timeseries, @hackage/pgmq-hasql, @hackage/gridland, Show all…
Package Flags
boundschecks
(on by default)
Enable bounds checking
unsafechecks
(off by default)
Enable bounds checking in unsafe operations at the cost of a significant performance penalty
internalchecks
(off by default)
Enable internal consistency checks at the cost of a significant performance penalty
wall
(off by default)
Enable all -Wall warnings
The vector package 
An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.
See vector on Hackage for more information.