[][src]Crate ccl

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

ccl offers a variety of collections for different use cases have a look at the provided benchmarks to see what suits your project

Modules

dhashmap

dhashmap is a threadsafe concurrent hashmap with good allround performance which trading memory usage for concurrency

tchashmap

tchashmap is a highly experimental hashmap based of transactional memory