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§
- index_
map - An archived index map implementation based on Google’s high-performance SwissTable hash map.
- index_
set - An archived index set implementation based on Google’s high-performance SwissTable hash map.
- map
- Archived hash map implementation using an archived SwissTable.
- set
- Archived hash set implementation using an archived SwissTable.
- table
- An archived hash table implementation based on Google’s high-performance SwissTable hash map.