lrucaching: LRU cache

[ bsd3, library, unknown ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), deepseq (>=1.4 && <1.5), hashable (>=1.2 && <1.3), psqueues (>=0.2 && <0.3), vector (>=0.11 && <0.12) [details]
License BSD-3-Clause
Copyright 2016
Author Moritz Kiefer
Maintainer moritz.kiefer@purelyfunctional.org
Revised Revision 1 made by cocreature at 2016-08-15T18:12:37Z
Category Unknown
Home page https://github.com/cocreature/lrucaching#readme
Source repo head: git clone https://github.com/cocreature/lrucaching
Uploaded by cocreature at 2016-08-15T16:04:06Z
Distributions Stackage:0.3.4
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 6485 total (43 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for lrucaching-0.2.0

[back to package description]

lrucaching

Build Status Hackage

An implementation of lrucaches based on a blogpost by Jasper Van der Jeugt.