Crate scherben_map

source ·

Structs

  • 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 creates an iterator for shards.
  • Shard embeds a table that contains key/value pair.

Traits

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