Skip to main content

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.
MutOccupiedEntry
An entry in a mutable hash table that contains a value.
MutVacantEntry
An entry in a mutable hash table that doesn’t contain any value.
OccupiedEntry
A hash table entry that contains a value.
Ref
Read-only reference to a value in a table.
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.
MutEntry
A view into a single entry in a mutable table, which may either be vacant or occupied.