@hackage vector0.13.0.0
Efficient Arrays
Categories
License
BSD-3-Clause
Maintainer
Haskell Libraries Team <libraries@haskell.org>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.9 && <4.20
- deepseq >=1.1 && <1.6
- primitive >=0.6.4.0 && <0.9
- vector-stream >=0.1 && <0.2 Show all…
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.