DotRecastNetSim/src
ikpil 84419b1d52 Changed memory handling to use stackalloc in DtNavMeshQuery.GetPolyWallSegments for reducing SOH
Refactored to use stack-allocated Span<DtSegInterval> instead of dynamically allocating List<DtSegInterval>. This reduces potential heap allocations and improves performance by efficiently managing memory within a fixed size context.
2024-07-14 23:51:04 +09:00
..
DotRecast.Core Changed data structure of 'neis' from List<byte> to byte[] for optimized memory usage and improved access speed in `DtLayerMonotoneRegion` 2024-07-12 23:55:35 +09:00
DotRecast.Detour Changed memory handling to use stackalloc in DtNavMeshQuery.GetPolyWallSegments for reducing SOH 2024-07-14 23:51:04 +09:00
DotRecast.Detour.Crowd update comment in DtCrowdAgentParams 2024-07-08 14:01:28 +09:00
DotRecast.Detour.Dynamic update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DotRecast.Detour.Extras Changed vertCount and triCount to byte in DtPolyDetail 2024-07-02 13:47:31 +09:00
DotRecast.Detour.TileCache Changed data structure of 'neis' from List<byte> to byte[] for optimized memory usage and improved access speed in `DtLayerMonotoneRegion` 2024-07-12 23:55:35 +09:00
DotRecast.Recast Changed new RcVec3f[3] to stackalloc RcVec3f[3] in DtNavMesh.GetPolyHeight() to reduce heap allocation. 2024-07-14 00:09:08 +09:00
DotRecast.Recast.Demo update Serilog.Settings.Configuration 8.0.2 2024-07-12 23:18:19 +09:00
DotRecast.Recast.Toolset Changed new RcVec3f[3] to stackalloc RcVec3f[3] in DtNavMesh.GetPolyHeight() to reduce heap allocation. 2024-07-14 00:09:08 +09:00