The storablevector 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 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.
Properties
| Versions | 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 |
|---|---|
| Dependencies | base (≥1.0 & <2), bytestring (0.9.*), non-negative (≥0.0.4 & <0.1), QuickCheck (1.*), transformers (≥0.0 & <0.2), utility-ht (≥0.0.5 & <0.1) or base (≥3 & <5), bytestring (0.9.*), non-negative (≥0.0.4 & <0.1), QuickCheck (1.*), random (1.0.*), transformers (≥0.0 & <0.2), utility-ht (≥0.0.5 & <0.1) |
| License | BSD3 |
| Author | Spencer Janssen <sjanssen@cse.unl.edu>, Henning Thielemann <storablevector@henning-thielemann.de> |
| Maintainer | Henning Thielemann <storablevector@henning-thielemann.de> |
| Stability | Experimental |
| Category | Data |
| Home page | http://www.haskell.org/haskellwiki/Storable_Vector |
| Source repository | darcs get http://code.haskell.org/storablevector/ |
| Executables | speedtest, test |
| Upload date | Mon Jun 8 13:41:47 UTC 2009 |
| Uploaded by | HenningThielemann |
| Built on | ghc-6.10, ghc-6.12 |
Modules
Downloads
- storablevector-0.2.3.tar.gz (Cabal source package)
- package description (included in the package)