Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
query_cache.hpp File Reference
#include <helios/core_pch.hpp>
#include <helios/core/ecs/component.hpp>
#include <boost/unordered/concurrent_node_map.hpp>
#include <atomic>
#include <cstddef>
#include <functional>
#include <span>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  helios::ecs::details::QueryState
 Query state that caches archetype matching results. More...
 
struct  helios::ecs::details::QueryCacheStats
 Statistics for query cache performance. More...
 
class  helios::ecs::details::QueryCacheManager
 Manages query state caching with Bevy-inspired optimizations. More...
 

Namespaces

namespace  helios
 
namespace  helios::ecs
 
namespace  helios::ecs::details