Expand description
Archived hash set implementation.
During archiving, hashsets are built into minimal perfect hashsets using compress, hash and displace.
Structsยง
- Archived
Hash Set - An archived
HashSet
. This is a wrapper around a hash map with the same key and a value of()
. - Hash
SetResolver - The resolver for archived hash sets.