Crate scherben_map

Source

Structs§

HashMap
HashMap is a sharded hashmap which uses N buckets, each protected with an Read/Write lock. N gets rounded to nearest power of two.
IntoIter
IntoIter creates an iterator for shards.
Shard
Shard embeds a table that contains key/value pair.

Traits§

IKey
IKey is a trait which keys must satisfy.
Key
Key is trait for interval key.