Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question #49

Open
publicocean0 opened this issue Sep 15, 2017 · 0 comments
Open

question #49

publicocean0 opened this issue Sep 15, 2017 · 0 comments

Comments

@publicocean0
Copy link

publicocean0 commented Sep 15, 2017

Hi , i d like use your MemoryCountingBloomFilter but i have a question.
How to resize automatically the size of the filter ?
i want use it in a repository but i cant know the size of the elements.
I saw there is a handler for overflow. I thought to use this handler for
rebuilding a new filter with a size 2n.
I thought i could use just the info in the filter for resizing the filter.
In the case i renew i could use this func
@OverRide
public boolean union(BloomFilter other) {
//TODO
throw new UnsupportedOperationException();
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant