Skip to content

Commit df1f1a7

Browse files
Update README.md
1 parent 792a24c commit df1f1a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bloomfilter/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
**What kind of problems are commonly solved via bloom filter:**
44

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
77
- 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
88
- Bitcoin wallet synchronization
99
- Akamai's web servers use Bloom filters to prevent "one-hit-wonders" from being stored in its disk caches
@@ -25,3 +25,4 @@
2525
- 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
2626
- Cassandra uses bloom filters
2727

28+
**Java implementation of Bloom Filter**

0 commit comments

Comments
 (0)