Crate scc

source · []
Expand description

Scalable concurrent containers.

EBR

The ebr module implements epoch-based reclamation for every container type in this crate.

Re-exports

pub use hash_map::HashMap;
pub use hash_index::HashIndex;
pub use hash_set::HashSet;
pub use tree_index::TreeIndex;

Modules

Epoch-based reclamation.

The module implements HashIndex.

The module implements HashMap.

The module implements HashSet.

The module implements TreeIndex.

Traits

LinkedList is a wait-free self-referential singly linked list.