-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
I am trying to load 471,774 items into a native bloomfilter as such:
bloom_filter = BloomFilter::Native.new(size: lines.count, raise: true)
But after about 34,193 items it gives me a bucket got filled up
. I tried setting the size bigger (200x lines.count) but without any change.
I also tried to se the hashes, seed, and bucket options but without much luck. What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels