Skip to search formSkip to main contentSkip to account menu

Object pool pattern

Known as: Object pool, Design Pattern - Object Pool, Object Cespool 
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… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
This study develops a five-axis cutting simulation and cyber-physical system on Unity 3D that is a platform of three-dimensional… 
2017
2017
A serial bus called ISOBUS based on CAN is becoming more and more common in the agriculture and forestry industry. The bus… 
2015
2015
The object pool pattern is a variation on the singleton pattern that provides access to multiple identical objects rather than a… 
2010
2010
A conceptual framework is proposed that defines the most appropriate 3D visualisations for different types of natural disasters… 
2009
2009
Focused on the problems that the development of grid application is difficult and the type of discovered resources is restricted… 
2009
2009
According to the virtual terminal (VT) technology specification of ISO 11783 standard, a virtual terminal product is designed… 
2006
2006
Efficient resource management is a great concern for many enterprise developers One of the most important resources that should… 
2005
2005
An object pool model for multi-thread is proposed.Aimed to solve the problem that it costs too much to apply object during the… 
2004
2004
Object pool design pattern is very import pattern for manages scarce or expensive resource by requiring the objects to be checked…