batching: An Applicative Functor deferring actions to run in a batch later.
This provides the type Batching, an Applicative which defers request-response exchanges of a fixed type, to be performed in a single batch. This means you can write code that appears to issue requests and immediately receive their responses, but process the requests jointly all at once.
Downloads
- batching-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), primitive (>=0.1 && <0.8), short-vec (>=0.1 && <0.2), sint (>=0.1 && <0.3) [details] |
License | Apache-2.0 |
Copyright | 2019-2021 Google LLC |
Author | Andrew Pritchard <awpr@google.com> |
Maintainer | Andrew Pritchard <awpr@google.com> |
Revised | Revision 2 made by AndrewPritchard at 2021-11-03T07:27:47Z |
Category | Algorithms |
Home page | https://github.com/google/hs-batching#readme |
Bug tracker | https://github.com/google/hs-batching/issues |
Source repo | head: git clone https://github.com/google/hs-batching |
Uploaded | by AndrewPritchard at 2021-09-09T03:31:43Z |
Distributions | NixOS:0.1.0.0 |
Downloads | 91 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] |