bits-and-blooms/bloom

Meaning of this line?

thetinygoat opened this issue · 0 comments

n := uint(1000)
filter := bloom.New(20*n, 5) // load of 20, 5 keys
filter.Add([]byte("Love")

What does it mean by load of 20,5 keys and why are we multiplying by 1000 ? would love an explanation. thanks