C# Class Bigio.BigArray.Support_Classes.Balancer.SlowGrowBalancer

Balancer which provide you slowly growing sizes of block calculated by function: 512 + 7 * maxExistentIndex * Math.Log(1 + Math.Pow(maxExistentIndex, 10))
Inheritance: AbstractFunctionBalancer
Show file Open project: 80LevelElf/Bigio

Private Properties

Property Type Description
SlowGrowBalancer System

Private Methods

Method Description
SlowGrowBalancer ( ) : System