Difference between revisions of "Storable Vector"

From HaskellWiki
Jump to navigation Jump to search
(Added links)
Line 13: Line 13:
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vector vector]
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vector vector]
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/carray carray]
 
* [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/carray carray]
* http://www.haskell.org/pipermail/haskell-cafe/2008-July/045229.html
+
* [http://www.haskell.org/pipermail/haskell-cafe/2008-July/045229.html Haskell-cafe: vector vs uvector]
  +
* [http://www.haskell.org/pipermail/haskell-cafe/2009-March/057240.html Haskell-cafe: bytestring vs. uvector]
   
 
[[Category:Libraries]]
 
[[Category:Libraries]]

Revision as of 22:57, 15 March 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