io-memoize: Memoize IO actions

[ bsd3, library, system ] [ Propose Tags ]

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:

  1. lazily (might never be performed)

  2. eagerly (concurrently performed)

Special thanks to shachaf and headprogrammingczar from #haskell irc for helping me reason about the behavior of this library.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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 3504 total (20 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]