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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 0.1, 0.1.0, 0.1.1, 0.1.2, 0.1.2.2, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.3.1, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.7.1, 0.2.7.2, 0.2.7.3, 0.2.8, 0.2.8.1, 0.2.8.2, 0.2.8.3, 0.2.9, 0.2.9.1, 0.2.10, 0.2.11, 0.2.12, 0.2.12.1, 0.2.12.1, 0.2.13, 0.2.13.1, 0.2.13.2
Change log None available
Dependencies base (>=1 && <2 || >=3 && <5), deepseq (>=1.3 && <1.5), non-negative (>=0.1 && <0.2), QuickCheck (>=1 && <3), statethread (>=0.1 && <0.2), syb (>=0.1 && <0.8), transformers (>=0.2 && <0.6), unsafe (>=0.0 && <0.1), utility-ht (>=0.0.5 && <0.1) [details]
License BSD-3-Clause
Author Spencer Janssen <sjanssen@cse.unl.edu>, Henning Thielemann <storablevector@henning-thielemann.de>
Maintainer Henning Thielemann <storablevector@henning-thielemann.de>
Category Data
Home page http://www.haskell.org/haskellwiki/Storable_Vector
Source repo head: darcs get http://code.haskell.org/storablevector/
this: darcs get http://code.haskell.org/storablevector/ --tag 0.2.12.1
Uploaded by HenningThielemann at 2017-07-31T09:17:38Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
splitbase

Choose the new smaller, split-up base package.

Enabled
separatesyb

Data.Generics available in separate package.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees