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

Enums

TryGetError

A error possibly return by the try_get family of methods for DHashMap.

Type Definitions

TryGetResult

Alias for a Result with the TryGetError as it's error type.