func()

in config.go [40:42]


func (c *Config) ExpectedLoading() float64 {
	return 100. * float64(c.ExpectedEntries) / float64(c.BucketCount())
}