[go: up one dir, main page]

rkyv::collections

Module swiss_table

Source
Expand description

SwissTable-based implementation for archived hash map and hash set.

Re-exports§

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.