Skip to content

benjaminiserman/ObjectPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ObjectPool

A generic ObjectPool for C#

This class is just a super simple generic ObjectPool to aid in memory management. It's mostly helpful for dealing with objects that are being created and discarded frequently when they could just be reused. It's actually based on the implementation I use in my super secret personal project, so you know it's good!

About

a generic ObjectPool for C#

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages