Popularity
4.9
Stable
Activity
0.0
Stable
147
8
20

Programming language: Go
License: MIT License
Tags: Data Structures    

bloom alternatives and similar packages

Based on the "Data Structures" category.
Alternatively, view bloom alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of bloom or a related project?

Add another 'Data Structures' Package

README

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.