collate: An Applicative Functor for extracting parts of a stream of values
This provides a way to build up a computation that accesses many different indices (possibly out-of-order) of a large stream of values, and run it in a single scan over the stream. In essence, this implements a hash-join.
Downloads
- collate-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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'.
Versions [RSS] | 0.1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <4.17), containers (>=0.1 && <0.7), lens (>=3.0 && <5.1), primitive (>=0.6 && <0.8), transformers (>=0.2 && <0.6), vector (>=0.5 && <0.13) [details] |
License | Apache-2.0 |
Copyright | 2018-2021 Google LLC |
Author | Andrew Pritchard <awpr@google.com> |
Maintainer | Andrew Pritchard <awpr@google.com> |
Revised | Revision 1 made by AndrewPritchard at 2021-11-03T07:29:23Z |
Category | Algorithms |
Home page | https://github.com/google/hs-collate#readme |
Bug tracker | https://github.com/google/hs-collate/issues |
Source repo | head: git clone https://github.com/google/hs-collate |
Uploaded | by AndrewPritchard at 2021-09-09T04:18:44Z |
Distributions | NixOS:0.1.0.0 |
Downloads | 76 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2021-09-09 [all 1 reports] |