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 three ways:
lazily (might never be performed)
eagerly
concurrently (eager)
Special thanks to shachaf and headprogrammingczar from #haskell irc for helping me reason about the behavior of this library.
Downloads
- io-memoize-1.0.0.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 | base (>=4 && <5), spawn [details] |
License | BSD-3-Clause |
Copyright | (c) 2012 Dan Burton |
Author | Dan Burton |
Maintainer | danburton.email@gmail.com |
Category | System |
Source repo | head: git clone git://github.com/DanBurton/io-memoize this: git clone git://github.com/DanBurton/io-memoize(tag io-memoize-1.0.0.0) |
Uploaded | by DanBurton at 2012-02-28T19:11:26Z |
Distributions | LTSHaskell:1.1.1.0, NixOS:1.1.1.0, Stackage:1.1.1.0 |
Reverse Dependencies | 2 direct, 23 indirect [details] |
Downloads | 3650 total (19 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |