Crate scc[][src]

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 for HashMap.

HashMap

A scalable concurrent hash map implementation.

Scanner

Scanner implements Iterator for TreeIndex.

TreeIndex

A scalable concurrent tree map implementation.