Skip to content

Is it useful to understand Ethereum's implementation of the bloom filter? #16

Answered by siladu
siladu asked this question in Q&A
Discussion options

You must be logged in to vote

Answer from @ajsutton:

Probably not too useful to understand in detail as it a fairly standard bloom filter. It's not used anywhere else in Ethereum.

Bloom filters are only useful if you can rule out a lot of stuff, they are less useful if you get higher hit rates.
Sizing bloom filters is difficult.

Replies: 1 comment

Comment options

siladu
Jul 17, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by siladu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant