Skip to content

Conversation

ikpil
Copy link
Owner

@ikpil ikpil commented Apr 28, 2025

  • Replaced List with Span in FindFollowPath
  • Added nsmoothPath to explicitly return the smooth path length
  • Removed dynamic memory allocations to minimize GC pressure
  • Improved overall performance and memory safety

- Replaced List<RcVec3f> with Span<RcVec3f> in FindFollowPath
- Added nsmoothPath to explicitly return the smooth path length
- Removed dynamic memory allocations to minimize GC pressure
- Improved overall performance and memory safety
@ikpil ikpil merged commit 7ceeb0e into main Apr 28, 2025
6 checks passed
@ikpil ikpil deleted the pr/use-span-for-findfollowpath branch April 28, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant