Storable Vector
From HaskellWiki
(Difference between revisions)
(→See also: use HackagePackage template) |
(→Links: a spurious slash) |
||
| Line 4: | Line 4: | ||
== Links == | == Links == | ||
| - | {{PackageInfoBox|name=storablevector|darcs-code= | + | {{PackageInfoBox|name=storablevector|darcs-code=storablevector/}} |
* See also {{HackagePackage|id=storablevector-streamfusion}} for fusion with stream-fusion list operations | * See also {{HackagePackage|id=storablevector-streamfusion}} for fusion with stream-fusion list operations | ||
Current revision
Fast, packed, strict storable arrays with a list interface. This is much like bytestring but can be used for every Storable type.
1 Links
| Hackage | http://hackage.haskell.org/package/storablevector |
| Repository | darcs get http://code.haskell.org/storablevector/
|
- See also storablevector-streamfusion for fusion with stream-fusion list operations
2 See also
- bytestring
- uvector (which uses stream fusion as described in Stream Fusion, From Lists to Streams to Nothing at All)
- vector
- carray
- Haskell-cafe on vector vs uvector
- Haskell-cafe on bytestring vs. uvector
