Module scc::hash_index
source · Expand description
HashIndex
is a read-optimized concurrent and asynchronous hash map.
Structs§
- Scalable concurrent hash index.
- An iterator over the entries of a
HashIndex
. OccupiedEntry
is a view into an occupied entry in aHashIndex
.VacantEntry
is a view into a vacant entry in aHashIndex
.