storablevector

Fast, packed, strict storable arrays with a list interface like ByteString

http://www.haskell.org/haskellwiki/Storable_Vector

Version on this page:0.2.12.1
LTS Haskell 22.14:0.2.13.2
Stackage Nightly 2024-03-28:0.2.13.2
Latest on Hackage:0.2.13.2

See all snapshots storablevector appears in

BSD-3-Clause licensed by Spencer Janssen, Henning Thielemann
Maintained by Henning Thielemann
This version can be pinned in stack with:storablevector-0.2.12.1@sha256:d912cd14dd8d8d93ec8ee55e769d19d3762cf7633a36f917196476fb766b453a,4738
Used by 2 packages in nightly-2017-11-03(full list with versions):

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 package http://hackage.haskell.org/package/vector with a similar intention.

We do not provide advanced fusion optimization, since especially for lazy vectors this would either be incorrect or not applicable. However we provide fusion with lazy lists in the package http://hackage.haskell.org/package/storablevector-streamfusion.