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

Commit

Permalink
Merge pull request #130 from huitseeker/urlUpdate
Browse files Browse the repository at this point in the history
Update dead link (in comments)
  • Loading branch information
yuesong authored Mar 28, 2017
2 parents 207c6f3 + 35a0d3b commit dd912cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ICompactSerializer<Filter> getSerializer() {

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

0 comments on commit dd912cc

Please sign in to comment.