The io-memoize package
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.
Properties
| Version | 1.0.0.0 |
|---|---|
| Dependencies | base (4.*), spawn |
| License | BSD3 |
| Copyright | (c) 2012 Dan Burton |
| Author | Dan Burton |
| Maintainer | danburton.email@gmail.com |
| Category | System |
| Source repository | git clone git://github.com/DanBurton/io-memoize |
| Upload date | Tue Feb 28 19:11:26 UTC 2012 |
| Uploaded by | DanBurton |
| Built on | ghc-7.4 |
Modules
- System
Downloads
- io-memoize-1.0.0.0.tar.gz (Cabal source package)
- package description (included in the package)