Registry / utility / libbf
library1.0.0vcpkgunverified

Bloom filters for C++11.

vcpkg install libbf
INSTALL
IMPORT
SIG · LIBBF
L
libbf
utilitycppv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bloom_filter.hpp
#include <bloom_filter.hpp>

Create a Bloom filter and test membership

#include "bloom_filter.hpp" #include <iostream> int main() { bloom_filter filter(1000, 0.01); filter.insert("hello"); if (filter.contains("hello")) { std::cout << "Probably contains 'hello'" << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libbf — pip install libbf · libregistry