object pool pattern
A creational design pattern that uses a set of initialised objects kept ready to use, rather than allocating and destroying them on demand.
Noun
- A creational design pattern that uses a set of initialised objects kept ready to use, rather than allocating and destroying them on demand.