Skip to content

Unclear how to prevent overflow? #13

@cbetta

Description

@cbetta

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions