Difference between revisions of "Storable Vector"

From HaskellWiki
Jump to navigation Jump to search
(stream fusion)
(use HackagePackage and PackageInfo templates)
Line 4: Line 4:
 
== Links ==
 
== Links ==
   
  +
{{PackageInfoBox|name=storablevector|darcs-code=/storablevector}}
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/storablevector Hackage]
 
  +
* [http://code.haskell.org/storablevector Darcs repository]
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/storablevector-streamfusion Fusion with stream-fusion list operations]
+
* See also {{HackagePackage|id=storablevector-streamfusion}} for fusion with stream-fusion list operations
   
 
== See also ==
 
== See also ==

Revision as of 19:05, 27 April 2012

Fast, packed, strict storable arrays with a list interface. This is much like bytestring but can be used for every Storable type.

Links

Package storablevector
Hackage http://hackage.haskell.org/package/storablevector
Repository darcs get http://code.haskell.org//storablevector

See also