Thursday, 31 March 2016

object pool in C#?

Object pool is used to track the objects which are being used in the code. So object pool reduces the object creation overhead.

No comments:

Post a Comment