Skip to content

A collection of generic, C++ Bloom Filter classes developed for the Boost C++ Libraries.

License

Notifications You must be signed in to change notification settings

queertypes/boost-bloom-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boost: Bloom Filters

This repository offers a collection of Bloom filters implemented using slightly different algorithms. Feel free to benchmark them, suggest/add features, and tailor them to your needs.

Table of Contents

Useful Resources

Contributing

If adding a new feature, please contribute:

  • Tests that captures the expected behavior
  • Basic documentation explaining that feature: what is it, why does it help?

If adding a new Bloom filter (there are many options and possibilities here!):

  • Please make sure that it has some tests available
  • Explain how it is different than what's available and where it excels

Direct all questions to the current core maintainer, Alejandro Cabrera <[email protected]>. Thanks!

About

A collection of generic, C++ Bloom Filter classes developed for the Boost C++ Libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages