Expand description
Archived hash map implementation.
During archiving, hashmaps are built into minimal perfect hashmaps using compress, hash and displace.
Structsยง
- Archived
Hash Map - An archived
HashMap
. - Hash
MapResolver - 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.
- Values
Pin - An iterator over the mutable values of a hash map.