Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Commit dd912cc

Browse files
authored
Merge pull request #130 from huitseeker/urlUpdate
Update dead link (in comments)
2 parents 207c6f3 + 35a0d3b commit dd912cc

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/com/clearspring/analytics/stream/membership

1 file changed

+2
-2
lines changed

src/main/java/com/clearspring/analytics/stream/membership/Filter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ICompactSerializer<Filter> getSerializer() {
6363

6464
// Murmur is faster than an SHA-based approach and provides as-good collision
6565
// resistance. The combinatorial generation approach described in
66-
// http://www.eecs.harvard.edu/~kirsch/pubs/bbbf/esa06.pdf
66+
// https://gnunet.org/sites/default/files/LessHashing2006Kirsch.pdf
6767
// does prove to work in actual tests, and is obviously faster
6868
// than performing further iterations of murmur.
6969
public static int[] getHashBuckets(String key, int hashCount, int max) {
@@ -85,4 +85,4 @@ static int[] getHashBuckets(byte[] b, int hashCount, int max) {
8585
}
8686
return result;
8787
}
88-
}
88+
}

0 commit comments

Comments
 (0)