Added Container Options for fine tuning, fine tuned hashmap for DKM

This commit is contained in:
2026-03-03 00:16:17 +02:00
parent 30cbc7cd1c
commit 2a2c435b88
4 changed files with 51 additions and 19 deletions

View File

@@ -10,7 +10,6 @@
#include <Systems/ECS.hpp>
#include <Systems/ECS/BuiltinComponents.hpp>
#include <Systems/Random.hpp>
#include <optional>
using namespace Tourmaline::Systems;
using namespace ECS;