io-memoize: Memoize IO actions
Transform an IO action into a similar IO action that performs the original action only once.
You can choose to perform the original action in one of two ways:
lazily (might never be performed)
eagerly (concurrently performed)
Special thanks to shachaf and headprogrammingczar from #haskell irc for helping me reason about the behavior of this library.
Downloads
- io-memoize-1.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 1.0.0.0, 1.1.0.0, 1.1.1.0 |
|---|---|
| Dependencies | async (>=2.0), base (>=4 && <5) [details] |
| License | BSD-3-Clause |
| Copyright | (c) 2014 Dan Burton |
| Author | Dan Burton |
| Maintainer | danburton.email@gmail.com |
| Category | System |
| Home page | https://github.com/DanBurton/io-memoize |
| Bug tracker | https://github.com/DanBurton/io-memoize/issues |
| Source repo | head: git clone git://github.com/DanBurton/io-memoize this: git clone git://github.com/DanBurton/io-memoize(tag io-memoize-1.1.1.0) |
| Uploaded | by DanBurton at 2014-06-12T20:43:44Z |
| Distributions | LTSHaskell:1.1.1.0, NixOS:1.1.1.0, Stackage:1.1.1.0 |
| Reverse Dependencies | 2 direct, 23 indirect [details] |
| Downloads | 3752 total (10 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Successful builds reported [all 1 reports] |