C# (CSharp) Bigio.BigArray.Support_Classes.Balancer 네임스페이스

클래스들

이름 설명
AbstractFunctionBalancer Function balancer with some function inside. We distribute block sizes during that function
FixedBalancer Balancer with fixed size of DefaultBlockSize and MaxBlockSize
SlowGrowBalancer Balancer which provide you slowly growing sizes of block calculated by function: 512 + 7 * maxExistentIndex * Math.Log(1 + Math.Pow(maxExistentIndex, 10))