lrucache: a simple, pure LRU cache

[ bsd3, data, library ] [ Propose Tags ] [ Report a vulnerability ]

This package contains a simple, pure LRU cache, implemented in terms of Data.Map.

It also contains a mutable IO wrapper providing atomic updates to an LRU cache.


[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.1.0.1, 0.1.1, 0.2, 0.2.0.1, 0.3, 1.0, 1.1, 1.1.0.1, 1.1.1, 1.1.1.1, 1.1.1.2, 1.1.1.3, 1.1.1.4, 1.2.0.0, 1.2.0.1
Change log changes.txt
Dependencies base (>=4 && <5), containers (>=0.2 && <0.8), contravariant (>=0.5 && <2) [details]
License BSD-3-Clause
Copyright Carl Howells, 2010-2015
Author Carl Howells
Maintainer chowells79@gmail.com
Revised Revision 1 made by Bodigrim at 2024-10-18T23:16:59Z
Category Data
Home page http://github.com/chowells79/lrucache
Source repo this: git clone https://github.com/chowells79/lrucache.git(tag 1.2.0.1)
Uploaded by CarlHowells at 2018-11-29T03:27:46Z
Distributions Arch:1.2.0.1, Debian:1.2.0.1, Fedora:1.2.0.1, LTSHaskell:1.2.0.1, NixOS:1.2.0.1, Stackage:1.2.0.1
Reverse Dependencies 14 direct, 34 indirect [details]
Downloads 36959 total (144 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-29 [all 1 reports]

Readme for lrucache-1.2.0.1

[back to package description]
This package contains a simple pure LRU cache, implemented in terms of
"Data.Map".

It also contains a mutable IO wrapper providing atomic updates to an
LRU cache.