2 items | 36 visits
List of articles related to bloom filter
Updated on 2008-03-26
Created on 2008-03-26
Category: Computers & Internet
URL:
For example, one might use a Bloom filter to do spell-checking in a space-efficient way. A Bloom filter to which a dictionary of correct words has been added will accept all words in the dictionary and reject almost all words which are not, which is good enough in some cases. Depending on the false positive rate, the resulting data structure can require as little as a byte per dictionary word.
2 items | 36 visits
List of articles related to bloom filter
Updated on 2008-03-26
Created on 2008-03-26
Category: Computers & Internet
URL: