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.21), 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> Alexey Kuleshevich <alexey@kuleshevi.ch>, Aleksey Khudyakov <alexey.skladnoy@gmail.com>, Andrew Lelechenko <andrew.lelechenko@gmail.com>
Revised Revision 1 made by AndreasAbel at 2024-03-16T14:37:07Z
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 AlexeyKhudyakov at 2024-01-06T14:15:13Z
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, 14656 indirect [details]
Downloads 3937 total (296 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-01-06 [all 1 reports]

Readme for vector-stream-0.1.0.1

[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.