@hackage storablevector0.2.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
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
- base >=1.0 && <2
- non-negative >=0.0.4 && <0.1
- transformers >=0.0 && <0.2
- utility-ht >=0.0.5 && <0.1 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.
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 storablevector-stream package.