kgorking / ecs

A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic parallel/serial switcher for systems

kgorking opened this issue · comments

Should time certain entity thresholds and compare serial vs parallel performance to find the sweet spot for switching to/from parallel execution.