Add Span params for CreateXXX in C#
Open
c#
pr-requested
stale
- Dominant language
- C++
- Stars
- 26.5k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when the fixed-length array in the structure is initialized using Create, the parameter type is an array. This is not conducive to reducing GC overhead. Adding an interface that takes Span as a parameter is more friendly to 0GC programs.
Contributor guide
Assessment
This issue has not been assessed yet.