A simple lightweight object pool for fast and simple object reuse. (C# - Source file) Fast lightweight thread-safe object pool for objects that are expensive to create or could efficiently be reused. Note: this nuget package contains c# source code and depends on System.Collections.Concurrent introduced in .Net 4.0.
$ dotnet add package SimpleHelpers.ObjectPoolNo README available.