storablevector: Fast, packed, strict storable arrays with a list interface like ByteString
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-streamfusion
package.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
splitbase | Choose the new smaller, split-up base package. | Enabled |
separatesyb | Data.Generics available in separate package. | Enabled |
buildtests | Build test executables | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- storablevector-0.2.3.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.0, 0.1.1, 0.1.2, 0.1.2.2, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.7.1, 0.2.7.2, 0.2.7.3, 0.2.8, 0.2.8.1, 0.2.8.2, 0.2.8.3, 0.2.9, 0.2.9.1, 0.2.10, 0.2.11, 0.2.12, 0.2.12.1, 0.2.13, 0.2.13.1, 0.2.13.2 |
---|---|
Dependencies | base (>=1.0 && <2 || >=3 && <5), bytestring (>=0.9 && <0.10), non-negative (>=0.0.4 && <0.1), QuickCheck (>=1 && <2), random (>=1.0 && <1.1), syb (>=0.1 && <0.2), transformers (>=0.0 && <0.2), utility-ht (>=0.0.5 && <0.1) [details] |
Tested with | ghc ==6.8.2 |
License | BSD-3-Clause |
Author | Spencer Janssen <sjanssen@cse.unl.edu>, Henning Thielemann <storablevector@henning-thielemann.de> |
Maintainer | Henning Thielemann <storablevector@henning-thielemann.de> |
Category | Data |
Home page | http://www.haskell.org/haskellwiki/Storable_Vector |
Source repo | head: darcs get http://code.haskell.org/storablevector/ this: darcs get http://code.haskell.org/storablevector/ --tag 0.2.3.1 |
Uploaded | by HenningThielemann at 2009-06-30T10:53:58Z |
Distributions | Arch:0.2.13.2, LTSHaskell:0.2.13.2, NixOS:0.2.13.2, Stackage:0.2.13.2 |
Reverse Dependencies | 17 direct, 83 indirect [details] |
Executables | speedtest, test |
Downloads | 24467 total (35 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |