[][src]Module ccl::dhashmap

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

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

initialization is fairly costly

Structs

DHashMap
DHashMapRef
DHashMapRefMut