https://github.com/basvandijk/monad-batcher
An applicative monad that batches commands for later more efficient execution
https://github.com/basvandijk/monad-batcher
batch-processing haskell-library monad
Last synced: 11 months ago
JSON representation
An applicative monad that batches commands for later more efficient execution
- Host: GitHub
- URL: https://github.com/basvandijk/monad-batcher
- Owner: basvandijk
- License: bsd-3-clause
- Created: 2017-02-18T13:45:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T16:22:40.000Z (about 8 years ago)
- Last Synced: 2025-03-17T18:48:35.869Z (12 months ago)
- Topics: batch-processing, haskell-library, monad
- Language: Haskell
- Size: 23.4 KB
- Stars: 27
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
The `monad-batcher` package provides the `Batcher` applicative monad that
batches commands for later more efficient execution.
See the [example](https://github.com/basvandijk/monad-batcher/blob/master/example/example.hs).
This package can be seen as a lightweight form of Simon Marlow's
[haxl](http://hackage.haskell.org/package/haxl) package.