Expand description
Module containing the MapUnionWithTombstones lattice and aliases for different datastructures.
See crate::tombstone for documentation on choosing a tombstone implementation.
Structs§
- MapUnion
With Tombstones - Map-union-with-tombstones compound lattice.
Type Aliases§
- MapUnion
Hash MapWith Tombstone Hash Set std::collections::HashMap-backedMapUnionWithTombstoneslattice.- MapUnion
With Tombstones FstString - FST-backed tombstone set with
HashMapfor the main map. Provides space-efficient, collision-free tombstone storage for String keys. - MapUnion
With Tombstones Roaring crate::tombstone::RoaringTombstoneSet-backed tombstone set withHashMapfor the main map. Provides space-efficient tombstone storage for u64 integer keys.- MapUnion
With Tombstones Singleton MapOnly crate::collections::SingletonMap-backedMapUnionWithTombstoneslattice.- MapUnion
With Tombstones Tombstone Singleton SetOnly crate::collections::SingletonSet-backedMapUnionWithTombstoneslattice.