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