Class PathPool< T >

Public

Pools path objects to reduce load on the garbage collector.

Deprecated

Generic version is now obsolete to trade an extremely tiny performance decrease for a large decrease in boilerplate for Path classes

Public Static Methods

GetPath ()
Public Static
GetSize ()
Public Static
GetTotalCreated ()
Public Static
Recycle (path)

Recycles a path and puts in the pool.

Public Static
Warmup (count, length)

Warms up path, node list and vector list pools.

Public Static