65.9K
CodeProject is changing. Read more.
Home

Implementing Object Pool in C#

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.37/5 (10 votes)

Dec 2, 2005

CPOL

4 min read

viewsIcon

63794

downloadIcon

1307

Object pooling patterns are very useful object-oriented patterns. They work well for large or heavy weight objects that are expensive to create.