IntermediateVocabulary#software-architecture#developer-tools#backend

Object Pooling Vocabulary

Learn the vocabulary of a fixed set of reusable objects checked out and returned instead of allocated fresh every time.

0 / 5 completed
1 / 5
At standup, a dev mentions maintaining a fixed set of pre-allocated, reusable objects that get checked out, used, and returned, instead of allocating a brand-new object and discarding it every single time one is needed. What is this technique called?