stride3d / stride

Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
https://stride3d.net
MIT License
6.65k stars 957 forks source link

using Span<> to improve property #2364

Closed Arc-huangjingtong closed 5 months ago

Arc-huangjingtong commented 5 months ago

PR Details

Related Issue

Types of changes

Checklist

Arc-huangjingtong commented 5 months ago

The logic is clear 😸
using Span will avoid GC I might modify a lot of functions in the same way

Arc-huangjingtong commented 5 months ago

i discover a better method