We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c0fa6 commit 792a24cCopy full SHA for 792a24c
bloomfilter/README.md
@@ -14,7 +14,7 @@
14
- Cache optimization
15
- Youtube recommendations
16
- 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.
+- Use a modified version of bloom-filter to efficiently detect and eliminate the boiler plates that occur in the text that we crawl.
18
- Reduce the number of lookups to the db
19
- Facebook uses bloom filters for typeahead search, to fetch friends and friends of friends to a user typed query
20
- LinkedIn also uses bloom filters for type ahead query in a very similar way as Facebook
0 commit comments