We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b348f2 commit a343179Copy full SHA for a343179
1 file changed
filter.go
@@ -32,7 +32,7 @@
32
// 1024 1.8 10
33
//
34
// This implementation is not intended for cryptographic use.
35
-// Each membership test makes a single call to a 128-bit MurmurHash3 function.
+// Each membership test makes a single call to a 128-bit hash function.
36
// This improves speed without increasing the false-positives rate
37
// as shown by Kirsch and Mitzenmacher.
38
0 commit comments