TL;DR —
Bloom filters are a data structure developed by Burton Howard Bloom in 1970. They only remember whether an object has been added to the filter. In contrast with hash tables, Bloom filters do not store objects. They behave more like sets and do not allow deletions. The probability of a false positive is a function of the size of the filter and the number of hash functions, as we will see in the next section. Bitcoin light clients are using Bloom Filters to make Bitcoin transactions easier to use.
[story continues]
Written by
@yourdevopsguy
Software engineer: previously at Amazon and now at eBay. Certified Professional Cloud Architect.
Topics and
tags
tags
bitcoin|filter|tutorial|distributed-systems|spv|merkle-tree|bitcoin-spotlight|hackernoon-top-story|web-monetization
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: h36PTSaIPzn2BOKoR0eICk7zsey_be-O4YxQGRME2JI
