[][src]Module griddle::hash_map

A hash map implemented with quadratic probing and SIMD lookup.

Structs

HashMap

A HashMap variant that spreads resize load across inserts.

IntoIter

An owning iterator over the entries of a HashMap.

Iter

An iterator over the entries of a HashMap.

IterMut

A mutable iterator over the entries of a HashMap.

Keys

An iterator over the keys of a HashMap.

Values

An iterator over the values of a HashMap.

ValuesMut

A mutable iterator over the values of a HashMap.