This post originated from an RSS feed registered with .NET Buzz
by Oliver Sturm.
Original Post: Object pooling, part 7 - the first test program
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 seventh article in my mini series about object pooling. Be sure to read part 1, part 2, part 3, part 4, part 5 and part 6 first.
As some of you may have noticed, I introduced a bad bug in the last article about growing and shrinking, specifically in the code that would [...]