Module rkyv::collections::swiss_table
source · Expand description
SwissTable-based implementation for archived hash map and hash set.
Re-exports§
pub use index_map::ArchivedIndexMap;pub use index_map::IndexMapResolver;pub use index_set::ArchivedIndexSet;pub use index_set::IndexSetResolver;pub use map::ArchivedHashMap;pub use map::HashMapResolver;pub use set::ArchivedHashSet;pub use set::HashSetResolver;pub use table::ArchivedHashTable;pub use table::HashTableResolver;
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.