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'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <4.19), 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 <awpritchard@gmail.com> |
Maintainer | Andrew Pritchard <awpritchard@gmail.com> |
Revised | Revision 4 made by AndrewPritchard at 2023-03-13T02:25:22Z |
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 | |
Downloads | 231 total (7 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] |