Skip to content

Commit 792a24c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bloomfilter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- Cache optimization
1515
- Youtube recommendations
1616
- Keep track of the pages that a given user has visited without actually being able to enumerate the links they have visited
17-
- We use a modified version of bloom-filter to efficiently detect and eliminate the boiler plates that occur in the text that we crawl.
17+
- Use a modified version of bloom-filter to efficiently detect and eliminate the boiler plates that occur in the text that we crawl.
1818
- Reduce the number of lookups to the db
1919
- Facebook uses bloom filters for typeahead search, to fetch friends and friends of friends to a user typed query
2020
- LinkedIn also uses bloom filters for type ahead query in a very similar way as Facebook

0 commit comments

Comments
 (0)