Crate re_query_cache

Source
Expand description

Caching datastructures for re_query.

Modules§

external

Structs§

CachedComponentStats
Stats for a cached component.
CachedEntityStats
Stats for a cached entity.
Caches
Maintains the top-level cache mappings.
CachesStats
Stats for all primary caches.
FlatVecDeque
A double-ended queue implemented with a pair of growable ring buffers, where every single entry is a flattened array of values.

Enums§

AnyQuery
QueryError

Traits§

ErasedFlatVecDeque
A FlatVecDeque that can be erased into a trait object.

Functions§

iter_or_repeat_opt
Iterates over the data of an optional component, or repeat None values if it’s missing.

Type Aliases§

Result