vector-stream: Efficient Streams

[ bsd3, data, data-structures, library ] [ Propose Tags ]

Simple yet powerful monadic streams that are used as a backbone for vector package fusion functionality.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1
Change log changelog.md
Dependencies base (>=4.9 && <4.20), ghc-prim (>=0.2 && <0.12) [details]
License BSD-3-Clause
Copyright (c) Roman Leshchinskiy 2008-2012 Alexey Kuleshevich 2020-2022, Aleksey Khudyakov 2020-2022, Andrew Lelechenko 2020-2022
Author Roman Leshchinskiy <rl@cse.unsw.edu.au>
Maintainer Haskell Libraries Team <libraries@haskell.org>
Revised Revision 3 made by Bodigrim at 2023-08-10T22:01:17Z
Category Data, Data Structures
Home page https://github.com/haskell/vector
Bug tracker https://github.com/haskell/vector/issues
Source repo head: git clone https://github.com/haskell/vector.git(vector-stream)
Uploaded by lehins at 2022-06-19T15:35:49Z
Distributions Arch:0.1.0.1, Fedora:0.1.0.0, LTSHaskell:0.1.0.1, NixOS:0.1.0.1, Stackage:0.1.0.1, openSUSE:0.1.0.1
Reverse Dependencies 3 direct, 14655 indirect [details]
Downloads 3932 total (304 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-06-19 [all 1 reports]

Readme for vector-stream-0.1.0.0

[back to package description]

The vector package Build Status

An efficient implementation of monadic streams used for fusion in vector package

See vector-stream on Hackage for more information.