bits-and-blooms/bitset

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

guolancer opened this issue · 1 comments

if not thread-safe,i will lock/unlock to use add method?thanks your answer

lemire commented

The bitset is not thread safe, but you can add locks on you end if you'd like.