DerekRies/entito

Reduce Garbage Collection; Implement Object Pooling

Closed this issue · 0 comments

Need to start using Object Pooling to try and get entito to the point where there isn't any garbage being produced on any given frame.

Most obvious places to start implementing some object pools would be:

  • Components
  • Assemblages (Fully assembled entities of a certain "class" with all the components already attached)