@hackage storablevector0.2.13.2
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 (10)
- QuickCheck >=1 && <3
- base >=3 && <4
- deepseq >=1.3 && <1.6
- non-negative >=0.1 && <0.2
- semigroups >=0.1 && <1.0
- statethread >=0.1 && <0.2 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.
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 package
http://hackage.haskell.org/package/vector
with a similar intention.
We do not provide advanced fusion optimization, since especially for lazy vectors this would either be incorrect or not applicable. However we provide fusion with lazy lists in the package http://hackage.haskell.org/package/storablevector-streamfusion.