memoize: A memoization library
This library provides a type class Memoizable for memoizing functions, along with instances for a variety of argument types. It includes a Template Haskell function for deriving Memoizable instances for arbitrary algebraic datatypes.
The library constructs pure memo caches without the use of unsafePerformIO. This technique relies on implementation assumptions that, while not guaranteed by the semantics of Haskell, appear to be true.
Downloads
- memoize-0.8.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] | 0.1, 0.2, 0.3, 0.4, 0.6, 0.7, 0.8, 0.8.1, 1.0.0, 1.1.0, 1.1.1, 1.1.2 |
|---|---|
| Dependencies | base (>=3 && <5), template-haskell (>=2 && <3) [details] |
| Tested with | ghc ==7.4.1, ghc ==7.0.2, ghc ==6.12.3 |
| License | BSD-3-Clause |
| Author | Jesse A. Tov <tov@ccs.neu.edu> |
| Maintainer | tov@ccs.neu.edu |
| Category | Data |
| Source repo | head: git clone git://github.com/tov/memoize.git |
| Uploaded | by JesseTov at 2016-09-03T15:30:05Z |
| Distributions | Debian:0.8.1 |
| Reverse Dependencies | 10 direct, 6 indirect [details] |
| Downloads | 11209 total (18 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2016-11-20 [all 1 reports] |