lrucache: a simple, pure LRU cache
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.
Version History:
2.0.1 - Increase strictness slightly. Remove cabal target for test executable. (Just include test sources instead.)
2 - Added an Eq instance for LRU. Added strictness to eliminate space leaks in common use patterns.
1.1 - Add the Data.Cache.LRU.IO.Internal module. Clean up build warnings on GHC 6.12.1.
1.0.1 - Minor refactoring
1 - First release
[Skip to Readme]
Versions | 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 |
---|---|
Dependencies | base (==4.*), containers (>=0.2 && <0.4) [details] |
License | BSD-3-Clause |
Copyright | Carl Howells, 2010 |
Author | Carl Howells |
Maintainer | chowells79@gmail.com |
Category | Data |
Home page | http://github.com/chowells79/lrucache |
Uploaded | by CarlHowells at Tue Feb 23 08:30:44 UTC 2010 |
Distributions | Arch:1.2.0.0, Debian:1.2.0.0, Fedora:1.2.0.0, LTSHaskell:1.2.0.0, NixOS:1.2.0.0, Stackage:1.2.0.0, openSUSE:1.2.0.0 |
Downloads | 21489 total (57 in the last 30 days) |
Rating | (no votes yet) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] Hackage Matrix CI |
Modules
[Index]
Downloads
- lrucache-0.2.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)