Crate re_query_cache
source ·Expand description
Caching datastructures for re_query.
Modules§
Structs§
- Stats for a cached component.
- Stats for a cached entity.
- Maintains the top-level cache mappings.
- Stats for all primary caches.
- A double-ended queue implemented with a pair of growable ring buffers, where every single entry is a flattened array of values.
Enums§
- Either a reference to a slice of data residing in the cache, or some data being deserialized just-in-time from an
re_query::ArchetypeView.
Traits§
- A
FlatVecDequethat can be erased into a trait object.