Crate dashtable

Crate dashtable 

Source
Expand description

A fork of the dashmap crate to expose a raw hash table API.

Structs§

DashTable
A concurrent raw hash table with items of type T.
OccupiedEntry
A hash table entry that contains a value.
VacantEntry
A hash table entry that doesn’t contain any value.

Enums§

Entry
A view into a single entry in a table, which may either be vacant or occupied.