Expand description
Contains the faster iteration, slower insertion/removal slot map implementation.
This data structure is essentially the same as a regular SlotMap, but
maintains extra information when inserting/removing elements that allows it
to βhop overβ vacant slots during iteration, making it potentially much
faster for iteration.
The trade-off is that compared to a regular SlotMap insertion/removal is
roughly twice as slow. Random indexing has identical performance for both.
StructsΒ§
- Drain
- A draining iterator for
HopSlotMap. - Free
List πEntry - HopSlot
Map - Hop slot map, storage with stable unique keys.
- Into
Iter - An iterator that moves key-value pairs out of a
HopSlotMap. - Iter
- An iterator over the key-value pairs in a
HopSlotMap. - IterMut
- A mutable iterator over the key-value pairs in a
HopSlotMap. - Keys
- An iterator over the keys in a
HopSlotMap. - Slot π
- Values
- An iterator over the values in a
HopSlotMap. - Values
Mut - A mutable iterator over the values in a
HopSlotMap.
EnumsΒ§
- Slot
Content π - Slot
Content πMut
UnionsΒ§
- Slot
Union π