queertypes / boost-bloom-filters

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

** 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 <cpp.cabrera@gmail.com>. Thanks!

About

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

License:Boost Software License 1.0


Languages

Language:C++ 100.0%