We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d38b98 commit 7f737efCopy full SHA for 7f737ef
1 file changed
src/com/skjegstad/utils/BloomFilter.java
@@ -26,6 +26,8 @@
26
* Implementation of a Bloom-filter, as described here:
27
* http://en.wikipedia.org/wiki/Bloom_filter
28
*
29
+ * For updates and bugfixes, see http://java-bloomfilter.googlecode.com
30
+ *
31
* Inspired by the SimpleBloomFilter-class written by Ian Clarke. This
32
* implementation provides a more evenly distributed Hash-function by
33
* using a proper digest instead of the Java RNG. Many of the changes
0 commit comments