lrucache: a simple, pure LRU cache
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
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]
Properties
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, 1.2.0.1, 1.2.0.1 |
---|---|
Change log | changes.txt |
Dependencies | base (>=4 && <5), containers (>=0.2 && <0.7), contravariant (>=0.5 && <2) [details] |
License | BSD-3-Clause |
Copyright | Carl Howells, 2010-2015 |
Author | Carl Howells |
Maintainer | chowells79@gmail.com |
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:07Z |
Modules
[Index] [Quick Jump]
Downloads
- lrucache-1.2.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees