Module map_union_with_tombstones

Module map_union_with_tombstones 

Source
Expand description

Module containing the MapUnionWithTombstones lattice and aliases for different datastructures.

See crate::tombstone for documentation on choosing a tombstone implementation.

Structs§

MapUnionWithTombstones
Map-union-with-tombstones compound lattice.

Type Aliases§

MapUnionHashMapWithTombstoneHashSet
std::collections::HashMap-backed MapUnionWithTombstones lattice.
MapUnionWithTombstonesFstString
FST-backed tombstone set with HashMap for the main map. Provides space-efficient, collision-free tombstone storage for String keys.
MapUnionWithTombstonesRoaring
crate::tombstone::RoaringTombstoneSet-backed tombstone set with HashMap for the main map. Provides space-efficient tombstone storage for u64 integer keys.
MapUnionWithTombstonesSingletonMapOnly
crate::collections::SingletonMap-backed MapUnionWithTombstones lattice.
MapUnionWithTombstonesTombstoneSingletonSetOnly
crate::collections::SingletonSet-backed MapUnionWithTombstones lattice.