richardbiely / gaia-ecs

A simple and powerful entity component system (ECS) written in C++17
MIT License
77 stars 3 forks source link

Add more allocators #8

Open richardbiely opened 10 months ago

richardbiely commented 10 months ago

Currently, all allocations (save for chunks) are done using the global new operator and depend purely on the system.

Specific allocators are needed because: