.NET 5.0 intorduced the GC.AllocateUninitializedArray<T>(Int32, Boolean)
Method.
However, it's not optimized for small arrays (up to 2048 items).
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
.NET 5.0 intorduced the GC.AllocateUninitializedArray<T>(Int32, Boolean)
Method.
However, it's not optimized for small arrays (up to 2048 items).