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