dart_bloom_filter 1.0.0
dart_bloom_filter: ^1.0.0 copied to clipboard
A Dart implementation of a bloom filter. Bloom filters are a space-efficient probabilistic data structure that is used to test whether an element is a member of a set.
1.0.0 #
- Initial version.