$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2025-04-09 17:27:40
Joaquin M López Muñoz wrote:
> Hi,
>
> I've been working during the last few months in a library I would like to
> propose for
> Boost:
>
> Repo: https://github.com/joaquintides/bloom
> Docs: https://master.bloom.cpp.al/
>
> (Candidate) Boost.Bloom provides the class template boost::bloom::filter that
> can be configured to implement a classical Bloom filter as well as variations
> discussed in the literature such as block filters, multiblock filters, and more.
I endorse this library.