[][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

timedcache

Threadsafe concurrent timed cache based of DHashMap. Handles loading and potential saving behind the scenes with user supplied functions.