/bloom

High-performance Bloom filters in pure Go.

Primary LanguageGoMIT LicenseMIT

bloom

A set of bloom filter implementations, forked from zentures due to inactivity.

Godoc Reference Go Report Card Go

Package bloom currently supports:

  • Optimized bloom filters (hash-partitioned arrays)
  • Scalable Bloom Filters

Additional information regarding benchmarks is here.

For examples, take a look at the *_test.go files in each of the directories.