You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.