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