Expand description
Module containing the SetUnionWithTombstones lattice and aliases for different datastructures.
See crate::tombstone for documentation on choosing a tombstone implementation.
Structs§
- SetUnion
With Tombstones - Set-union lattice with tombstones.
Type Aliases§
- SetUnion
With Tombstones Array crate::collections::ArraySet-backedSetUnionWithTombstoneslattice.- SetUnion
With TombstonesB Tree Set std::collections::BTreeSet-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones FstString - FST-backed tombstone set with
std::collections::HashSetfor the main set. Provides space-efficient, collision-free tombstone storage for String keys. - SetUnion
With Tombstones Hash Set std::collections::HashSet-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones Option Set Option-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones Roaring crate::tombstone::RoaringTombstoneSet-backed tombstone set withstd::collections::HashSetfor the main set. Provides space-efficient tombstone storage for u64 integer keys.- SetUnion
With Tombstones Singleton Set crate::collections::SingletonSet-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones Tombstone Only Set crate::collections::SingletonSet-backedSetUnionWithTombstoneslattice.- SetUnion
With Tombstones Vec Vec-backedSetUnionWithTombstoneslattice.