[][src]Module ccl::dhashmap

DHashMap is a threadsafe concurrent hashmap with good allround performance and a tuned for both reads and writes.

The API mostly matches that of the standard library hashmap but there are some differences to due to the design of the hashmap.

Structs

DHashMap
DHashMapRef
DHashMapRefMut