[−][src]Crate scc
Scalable concurrent containers.
scc::HashMap
A concurrent hash map that dynamically grows and shrinks in a non-blocking manner without sharding.
Structs
| Accessor | Accessor owns a key-value pair in the HashMap. |
| HashMap | A scalable concurrent hash map implementation. |
| Scanner | Scanner implements Iterator. |
| Statistics | Statistics shows aggregated views of the HashMap. |