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: bloomfilter/README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
**What kind of problems are commonly solved via bloom filter:**
4
4
5
-
- Malicious websites and a browser
6
-
-Is a passwords weak
5
+
- Malicious websites and a browser (track malicious URLs)
6
+
-Check if a password is weak
7
7
- If you have a list of articles and a list of users, you can use bloom filter to show users' articles they have not read
8
8
- Bitcoin wallet synchronization
9
9
- Akamai's web servers use Bloom filters to prevent "one-hit-wonders" from being stored in its disk caches
@@ -25,3 +25,4 @@
25
25
- Apache HBase uses bloom filter to boost read speed by filtering out unnecessary disk reads of HFile blocks which do not contain a particular row or column
0 commit comments