More Optimal Bloom Filters - a podcast by Unknown

from 2008-04-18T17:13:24

:: ::

The Bloom filter, conceived by Burton H. Bloom in 1970, is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set. False positives are possible, but false negatives are not. Elements can be added to the set, but not removed (though this can be addressed with […]

Further episodes of Scale Cast – A podcast about big data, distributed systems, and scalability

Further podcasts by Unknown

Website of Unknown