ikpil / DotRecast

DotRecast - a port of Recast & Detour, Industry-standard navigation mesh toolset for .NET, C#, Unity3D, games, servers
zlib License
516 stars 70 forks source link

Added stackalloc where it's acceptable #56

Closed wrenge closed 7 months ago

wrenge commented 7 months ago

Replaced all heap allocations with stack allocations where it's OK.