Storable Vector: Difference between revisions
(link labels) |
(Category:Libraries) |
||
Line 14: | Line 14: | ||
* http://www.haskell.org/pipermail/haskell-cafe/2008-July/045229.html | * http://www.haskell.org/pipermail/haskell-cafe/2008-July/045229.html | ||
[[Category: | [[Category:Libraries]] |
Revision as of 18:50, 9 January 2009
Fast, packed, strict storable arrays with a list interface. This is much like bytestring but can be used for every Storable type.
Links
See also
- ByteString
- uvector
- vector
- http://www.haskell.org/pipermail/haskell-cafe/2008-July/045229.html