Interface | Description |
---|---|
ObjectFactory<E> | |
ObjectPool<E> |
Generic memory pool for objects.
|
Class | Description |
---|---|
AStarNodeObjectPool |
Optimized memory pool for AStarNode objects, without the need of an extrusive
list.
|
AStarRegionNodeObjectPool |
Optimized memory pool for AStarNode objects, without the need of an extrusive
list.
|
LinkedListObjectPool<E> |
Memory pool, implemented using a linked list.
|