bits-and-blooms / bloom

Go package implementing Bloom filters, used by Milvus and Beego.
BSD 2-Clause "Simplified" License
2.44k stars 232 forks source link

panic: runtime error: integer divide by zero when n is zero #32

Closed grudzinski closed 7 years ago

grudzinski commented 7 years ago

bloom.NewWithEstimates(0, 1.0e-6).TestString("boom")

willf commented 7 years ago

Fixed in v2.0.3.