armon / bloomd

C network daemon for bloom filters
http://armon.github.io/bloomd
Other
1.24k stars 112 forks source link

Does bloomd have problems with more than 1 billion entries? #50

Closed posix4e closed 7 years ago

posix4e commented 7 years ago

What are the limits for the number of elements i can add into bloomd?

armon commented 7 years ago

@posix4e Realistically memory is the upper bound for bloomd! If you had a beefy machine you should be able to have a filter of size 1B.