DaveAKing / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Allow removal of elements from a BloomFilter #1518

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
via https://groups.google.com/forum/#!topic/guava-discuss/bwimfMksFWg

In a paper from 2005[1], Pagh et al. proposed a bloom filter extension that is 
also capable of removing elements. Getting the number of items stored within is 
also possible through this extension. Do you see any possibility to extend 
Guava to also support these features?

[1] http://dl.acm.org/citation.cfm?id=1070548

Original issue reported on code.google.com by kak@google.com on 29 Aug 2013 at 7:19

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08