Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Object_pool_pattern> ?p ?o. }
Showing items 1 to 35 of
35
with 100 items per page.
- Object_pool_pattern abstract "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, object pools significantly improve performance. Object pools complicate object lifetime, as objects obtained from and return to a pool are not actually created or destroyed at this time, and thus require care in implementation.".
- Object_pool_pattern wikiPageExternalLink v=onepage&q=resurrection.
- Object_pool_pattern wikiPageExternalLink wiki?ObjectPoolPattern.
- Object_pool_pattern wikiPageExternalLink pool.
- Object_pool_pattern wikiPageExternalLink object-pool.html.
- Object_pool_pattern wikiPageExternalLink ms682822.aspx.
- Object_pool_pattern wikiPageExternalLink Pattern-Summaries-Object-Pool.htm.
- Object_pool_pattern wikiPageExternalLink Pooling.pdf.
- Object_pool_pattern wikiPageExternalLink object-pool-pattern.html.
- Object_pool_pattern wikiPageID "2840375".
- Object_pool_pattern wikiPageRevisionID "606453214".
- Object_pool_pattern hasPhotoCollection Object_pool_pattern.
- Object_pool_pattern subject Category:Software_design_patterns.
- Object_pool_pattern subject Category:Software_optimization.
- Object_pool_pattern type Abstraction100002137.
- Object_pool_pattern type Cognition100023271.
- Object_pool_pattern type Form105930736.
- Object_pool_pattern type PsychologicalFeature100023100.
- Object_pool_pattern type SoftwareDesignPatterns.
- Object_pool_pattern type Structure105726345.
- Object_pool_pattern comment "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.".
- Object_pool_pattern label "Object pool (patrón de diseño)".
- Object_pool_pattern label "Object pool pattern".
- Object_pool_pattern label "Pula obiektów (wzorzec projektowy)".
- Object_pool_pattern label "Объектный пул".
- Object_pool_pattern label "对象池模式".
- Object_pool_pattern sameAs Object_pool.
- Object_pool_pattern sameAs Object_pool_(patrón_de_diseño).
- Object_pool_pattern sameAs Pula_obiektów_(wzorzec_projektowy).
- Object_pool_pattern sameAs m.0863n7.
- Object_pool_pattern sameAs Q2621189.
- Object_pool_pattern sameAs Q2621189.
- Object_pool_pattern sameAs Object_pool_pattern.
- Object_pool_pattern wasDerivedFrom Object_pool_pattern?oldid=606453214.
- Object_pool_pattern isPrimaryTopicOf Object_pool_pattern.