[][src]Crate scc

Scalable concurrent containers.

scc::HashMap

A concurrent hash map that dynamically grows and shrinks in a non-blocking manner without sharding.

scc::TreeIndex

A concurrent tree index optimized for scan and read.

Structs

Accessor

Accessor owns a key-value pair in the HashMap.

Cursor

Cursor implements Iterator.

HashMap

A scalable concurrent hash map implementation.

Scanner
Statistics

Statistics shows aggregated views of the HashMap.

TreeIndex

A scalable concurrent tree map implementation.