Byteron/RelEcs

System Run Allocation Optimization

Byteron opened this issue · 1 comments

currently every systems allocates a bit of memory every run. Ideally, there should be no allocations at all.

I made a PR for HypEcs that partially fixes this, the other source of allocations is better described here: https://www.jacksondunstan.com/articles/3765