@hackage storablevector0.2.7.3
Fast, packed, strict storable arrays with a list interface like ByteString
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <storablevector@henning-thielemann.de>
Links
Versions
Installation
Dependencies (7)
- QuickCheck >=1 && <3
- base >=4 && <5
- non-negative >=0.1 && <0.2
- statethread >=0.1 && <0.2
- syb >=0.1 && <0.4
- transformers >=0.2 && <0.4 Show all…
Dependents (26)
@hackage/split-record, @hackage/comfort-array, @hackage/synthesizer-llvm, @hackage/soxlib, @hackage/comfort-blas, @hackage/storablevector-streamfusion, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package.
separatesyb
(on by default)
Data.Generics available in separate package.
functorinstance
(on by default)
Use a custom Functor instance for pairs and functions
buildtests
(off by default)
Build test executables
Fast, packed, strict storable arrays
with a list interface,
a chunky lazy list interface with variable chunk size
and an interface for write access via the ST monad.
This is much like bytestring and binary but can be used for every Foreign.Storable.Storable type.
See also packages
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vector,
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/uvector
with a similar intention.
We do not provide advanced fusion optimization, since especially for lazy vectors this would either be incorrect or not applicable. For fusion see http://hackage.haskell.org/cgi-bin/hackage-scripts/package/storablevector-streamfusion.