Module hash_map

Source
Expand description

Archived hash map implementation.

During archiving, hashmaps are built into minimal perfect hashmaps using compress, hash and displace.

Structsยง

ArchivedHashMap
An archived HashMap.
HashMapResolver
The resolver for archived hash maps.
Iter
An iterator over the key-value pairs of a hash map.
IterPin
An iterator over the mutable key-value pairs of a hash map.
Keys
An iterator over the keys of a hash map.
Values
An iterator over the values of a hash map.
ValuesPin
An iterator over the mutable values of a hash map.