zorkind / Hellion-Rescue-Project

54 stars 7 forks source link

Object Pooling #318

Open zorkind opened 3 years ago

zorkind commented 3 years ago

Is your feature request related to a problem? Please describe. Yes, this is related to performance issues.

Describe the solution you'd like The idea is to keep a pool (list) of unused objects in memory and reuse them instead of destroy them, making the cost of creating these objects to be reduced or totally eliminated in some cases.

Describe alternatives you've considered None.

Additional context None.