@hackage / storablevector

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

0.2.13.3

About

Metadata

  • Last updated , by HenningThielemann
  • License BSD-3-Clause
  • Maintained by: Henning Thielemann <storablevector@henning-thielemann.de>

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    splitbase (on by default)

    Choose the new smaller, split-up base package.

    separatesyb (on by default)

    Data.Generics available in separate package.

Readme

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.