cachetools v.0.1.1

ikod geller.garry at gmail.com
Wed Jul 17 15:35:50 UTC 2019


Hello

cachetools version 0.2.1 released

Changelog:

OrderedHashMap added to containers,
copy constructors added to containers
addIfMissed interface added to HashMap's

What is it?

cachetools - package with @safe and @nogc cache and hashtable 
implementations.

It inherits nogc propery from key toHash and opEquals methods and 
can store immutable keys and values (with restrictions).

Currently inplemented:

caches: LRU, 2Q
containers: HashMap, OrderedHashMap, unrolled list, dlist, slist

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