DotNext by .NET Foundation and Contributors

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

 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 } }