Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 306 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 306 Bytes

bloom

A set of bloom filter implementations, including

  • Standard
  • Partitioned
  • Scalable

Additional information regarding benchmarks is here.

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