simple_bloom_filter 1.0.0 copy "simple_bloom_filter: ^1.0.0" to clipboard
simple_bloom_filter: ^1.0.0 copied to clipboard

A simple bloom filter implementation in Dart. 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 #

  • Nullsafety
  • Renamed to SimpleBloomFilter
  • Added addAll
  • Use Objects instead of Strings
  • Removed hashList and use hashcode instead to improve performance drastically

0.1.3 #

  • Fix name in README

0.1.2 #

  • Update README
  • Generate dartdoc

0.1.1 #

  • Update description

0.1.0 #

  • Hashes are random numbers
  • Input must be String type
4
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A simple bloom filter implementation in Dart. Bloom filters are a space-efficient probabilistic data structure that is used to test whether an element is a member of a set.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on simple_bloom_filter