[][src]Crate ccl

ccl is a library containing fast and concurrent hashmaps and caches for a variety of uses. ccl now works on stable and also has no_std support.

Modules

dhashmap

Please see the struct level documentation.

timedcache

Threadsafe concurrent timed cache. Handles loading and potential saving behind the scenes with user supplied functions. Intended for use in high concurrency applications. Uses a DHashMap for storage and thus has good performance and latency on both reads and writes.