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

Is remove function on the plan? #22

Open
jameslastchina opened this issue Mar 25, 2016 · 2 comments
Open

Is remove function on the plan? #22

jameslastchina opened this issue Mar 25, 2016 · 2 comments

Comments

@jameslastchina
Copy link

It seems counting has not implemented.How to remove the locations of a element from the bitmap?

@pchaigno
Copy link
Contributor

@jameslastchina I don't think that's possible without a counting Bloom filter.

@nickzuber
Copy link

Yeah you wouldn't be able to remove an item without rebuilding the bitarray, which can be pretty expensive. So generally I don't think bloom filter data structures really have a delete method for that reason.

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

3 participants