Skip to content

AniketSK/BloomFilterAndroidTest

Repository files navigation

BloomFilterAndroidTest

Trying out the ease of use of BloomFilters on Android using Google's Guava library. It's pretty straightforward as long as you realise there's a 3% false positive rate with the detault settings used here. This can be lowered at the cost of additional memory.

The only file worth checking out here is the actual BloomFilterTest

Maybe the relevant import

The reference in the guava lib for understanding Bloom filters is pretty great.

About

Trying out the ease of use of BloomFilters on Android using Google's Guava library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages