[][src]Crate ccl

ccl is a library with fast and concurrect data structures for rust at the moment ccl requires the use of a nightly toolchain

Modules

dhashmap

DHashMap is a threadsafe concurrent hashmap with good allround performance and a tuned for both reads and writes.

hltimedcache
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.