Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages