ttl-hashtables: Extends hashtables so that entries added can be expired after a TTL

[ bsd3, data, library ] [ Propose Tags ]

This library extends fast mutable hashtables so that entries added can be expired after a given TTL (time to live). This TTL can be specified as a default property of the table or on a per entry basis.


[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

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1, 1.1.0.0, 1.2.0.0, 1.2.1.0, 1.2.2.0, 1.3.0.0, 1.3.1.0, 1.3.1.1, 1.4.0.0, 1.4.1.0
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), clock (>=0.7 && <0.8), containers (>=0.5.6 && <0.7), data-default (>=0.5 && <0.8), failable (>=0.1.0.0 && <2.0), hashable (>=1.2 && <1.4), hashtables (>=1.2 && <1.3), mtl (>=2.2 && <2.3), transformers (>=0.4 && <0.6) [details]
License BSD-3-Clause
Copyright 2019 Erick Gonzalez
Author Erick Gonzalez
Maintainer erick@codemonkeylabs.de
Revised Revision 2 made by erick at 2019-12-30T20:53:36Z
Category Data
Bug tracker https://gitlab.com/codemonkeylabs/ttl-hashtables/issues
Source repo head: git clone https://gitlab.com/codemonkeylabs/ttl-hashtables
Uploaded by erick at 2019-01-12T21:32:09Z
Distributions
Downloads 4921 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-01-12 [all 1 reports]

Readme for ttl-hashtables-1.0.0.0

[back to package description]

ttl-hashtables