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
Object detection in specific views (e.g., top view, road view, and aerial view) suffers from a lack of dataset, which causes… 
2015
2015
The object pool pattern is a variation on the singleton pattern that provides access to multiple identical objects rather than a… 
2011
2011
A rapid visualization method of GIS vector data on 3D terrain is proposed in this paper, including the organization of 3D vector… 
2010
2010
A conceptual framework is proposed that defines the most appropriate 3D visualisations for different types of natural disasters… 
2010
2010
A random testing strategy can be effective at finding faults, but may leave some routines entirely untested if it never gets to… 
2008
2008
Software is a valuable form of data, representing significant intellectual property, and reverse engineering of software code by… 
2006
2006
In order to shorten the response time,through analyzing the problem in the origin system,object pool and data cache technology… 
2004
2004
Object pool design pattern is very import pattern for manages scarce or expensive resource by requiring the objects to be checked…