cachetools v.0.3.1
ikod
geller.garry at gmail.com
Tue Aug 13 09:34:48 UTC 2019
Hello
cachetools version 0.3.1 released
Changelog:
"Set" container added (based on hashtable)
Const-ness problems for hashtable fixed.
What is it?
cachetools - package with @safe and @nogc cache and containers
implementations.
It inherits @nogc and @safe property from key toHash and opEquals
methods and can store immutable keys and values (with
restrictions).
Currently implemented:
caches: LRU, 2Q (with TTL)
containers: HashMap, OrderedHashMap, unrolled list, dlist, slist,
set
Project page: https://github.com/ikod/cachetools
docs: https://ikod.github.io/cachetools/
Some performance test results:
https://github.com/ikod/cachetools/tree/master/testhash
More information about the Digitalmars-d-announce
mailing list