This post originated from an RSS feed registered with .NET Buzz
by Oliver Sturm.
Original Post: Object pooling, part 2
Feed Title: Oliver Sturm's weblog
Feed URL: https://oliversturm.com/blog/blog/archives/category/programming/net/feed/
Feed Description: General musings and programming stuff, .NET category
This is the second article in my mini series about object pooling. You can find the first part here.
Now I want to get going by defining an interface for the pool - I don’t mean a C# interface, but rather a framework for the methods and properties that the implemented class is going to have.
I’ve [...]