[][src]Crate ccl

ccl is a library implementing concurrent datastructures.

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.