[][src]Module ccl::dhashmap

Please see the struct level documentation.

Structs

DHashMap

DHashMap is a threadsafe, versatile and concurrent hashmap with good performance and is balanced for both reads and writes.

DHashMapRef

A shared reference into a DHashMap.

DHashMapRefMut

A unique reference into a DHashMap.

SMRInterface

A read only iterator interface to a chunk.

SMRWInterface

A read-write iterator interface to a chunk.