Object pool pattern: Difference between revisions

Content deleted Content added
Monkbot (talk | contribs)
m Task 18 (cosmetic): eval 3 templates: del empty params (2×); hyphenate params (5×);
Line 25:
| date = 2005-09-27
| publisher = IBM developerWorks
| archiveurlarchive-url = http://www.ibm.com/developerworks/java/library/j-jtp09275/index.html
| archivedatearchive-date = 2005-09-27
| quote access-date = 2012-08-28
| accessdate = 2012-08-28
}}</ref> In case of simple memory pooling, the [[slab allocation]] memory management technique is more suited, as the only goal is to minimize the cost of memory allocation and deallocation by reducing fragmentation.
 
Line 356 ⟶ 355:
|author2=Prashant Jain
| title = Pooling Pattern
| booktitlebook-title = EuroPLoP 2002
| place = Germany
| date = 2002-07-04
| url = http://www.kircher-schwanninger.de/michael/publications/Pooling.pdf
| accessdateaccess-date = 2007-06-09 }}
* {{Cite book | isbn = 978-1-4302-4458-5 | title = Pro .NET Performance: Optimize Your C# Applications | last1 = Goldshtein | first1 = Sasha | last2 = Zurbalev | first2 = Dima | last3 = Flatow | first3 = Ido | year = 2012 | publisher = Apress | url = http://www.apress.com/9781430244585 | pages = }}
{{refend}}