lrucaching: LRU cache

[ bsd3, library, unknown ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

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.7 && <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
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-15T15:00:10Z
Distributions Stackage:0.3.4
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 6474 total (42 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.1.0

[back to package description]

lrucaching

Build Status

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