Object pool pattern
id:
object-pool-pattern-308-7577331
title:
Object pool pattern
text:
The object pool pattern is a software creational design pattern that uses a set of initialized objects kept ready to use – a "pool" – rather than allocating and destroying them on demand. A client of the pool will request an object from the pool and perform operations on the returned object. When the client has finished, it returns the object to the pool rather than destroying it; this can be done manually or automatically. Object pools are primarily used for performance: in some circumstances,
brand slug:
wiki
category slug:
encyclopedia
description:
original url:
https://en.wikipedia.org/wiki/Object_pool_pattern
date created:
date modified:
2023-07-03T10:45:46Z
main entity:
{"identifier":"Q2621189","url":"https://www.wikidata.org/entity/Q2621189"}
image:
fields total:
13
integrity:
13