An object pool consists of a containing array using a (pseudo-)free list to provide reusable objects of a given type
Configuration to provide a new object pool
Wrapper type for the Disposable interface an a linked list node
Create a new fixed-size object pool for a given type. Intended to be used with the using
keyword for automatic disposal of pooled objects.
A utility for creating object pool that utilize the proposed explicit resource management API to clear and restore objects to the pool when unused
Author
studioKeywi