[][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 which trading memory usage for concurrency

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.