You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/_DataStructures_/BloomFilters/index.js
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ class BloomFilters {
37
37
}
38
38
39
39
// eslint-disable-next-line no-bitwise
40
+
// To get a better hash. It may look useless but here is the explanation: https://stackoverflow.com/questions/38356644/why-is-the-bitwise-and-of-two-of-the-same-value-producing-a-different-value
0 commit comments