Module swiss_table
Available on crate feature
dep_rkyv
only.Expand description
SwissTable-based implementation for archived hash map and hash set.
Modules§
- An archived index map implementation based on Google’s high-performance SwissTable hash map.
- An archived index set implementation based on Google’s high-performance SwissTable hash map.
- Archived hash map implementation using an archived SwissTable.
- Archived hash set implementation using an archived SwissTable.
- An archived hash table implementation based on Google’s high-performance SwissTable hash map.
Structs§
- An archived SwissTable hash map.
- An archived
HashSet
. This is a wrapper around a hash map with the same key and unit value. - A low-level archived SwissTable hash table with explicit hashing.
- An archived
IndexMap
. - An archived
IndexSet
. - The resolver for
ArchivedHashMap
. - The resolver for archived hash sets.
- The resolver for
ArchivedHashTable
. - The resolver for an
IndexMap
. - The resolver for archived index sets.