
On Mon, Apr 21, 2025 at 7:58 AM Arnaud Becheler via Boost < boost@lists.boost.org> wrote:
Dear Boost community,
The review of the Boost.Bloom library begins on May 13th, 2025, and will run through May 22nd, 2025.
Boost.Bloom is a header-only C++ library written by Joaquín M López Muñoz, providing fast and flexible Bloom filters. These are space-efficient probabilistic data structures used to test set membership with a controllable false positive rate and minimal memory footprint. The library supports a variety of configurations and hash policies and is designed to integrate well with modern C++.
You can find the library here: - Repo: https://github.com/joaquintides/bloom - Documentation: https://master.bloom.cpp.al/
Piggybacking off of this again, there's a demo available here: https://github.com/cmazakas/vcpkg-registry-test My hope is that people use this demo repository during the review period and if it goes well, we can look at moving the vcpkg-registry repo under boostorg proper instead of my own repo at cmazakas. - Christian