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

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

Forms

object pool patterns