Storable Vector

From HaskellWiki
Revision as of 19:07, 27 April 2012 by Lemming (talk | contribs) (→‎See also: use HackagePackage template)
Jump to navigation Jump to search

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