ghc-storablevector 0.2.13 Fast, packed, strict storable arrays with a list interface

This library provides fast, packed, strict storable arrays with a list interface, a chunky lazy list interface with variable chunk size and an interface for write access via the ST monad. This is much like bytestring and binary but can be used for every Foreign.Storable.Storable type. See also http://hackage.haskell.org/package/vector, a library with a similar intention.

This library does not do advanced fusion optimization, since especially for lazy vectors this would either be incorrect or not applicable. See http://hackage.haskell.org/package/storablevector-streamfusion for a library that provides fusion with lazy lists.