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. OccupiedEntryis a view into an occupied entry in aHashIndex.VacantEntryis a view into a vacant entry in aHashIndex.