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

bits-and-blooms can ensure thread-safe/go-routine safe? #91

Open guolancer opened 1 year ago

guolancer commented 1 year ago

if not,i should use lock/unlock to use Add method?thanks for your answer

yonesko commented 11 months ago

It is not