DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="4.13.1" />

 SparseBufferGrowth

public enum SparseBufferGrowth
Determines how the size of the subsequent memory chunk must be calculated.
namespace DotNext.Buffers { public enum SparseBufferGrowth { None, Linear, Exponential } }