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

Reply via email to