{"id":20324390,"url":"https://github.com/oniani/bf","last_synced_at":"2026-06-04T02:31:04.253Z","repository":{"id":112155178,"uuid":"471011510","full_name":"oniani/bf","owner":"oniani","description":"A zero-dependency, header-only, and minimal C++ bloom filter","archived":false,"fork":false,"pushed_at":"2022-05-21T13:13:59.000Z","size":139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T10:08:12.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oniani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-17T13:42:23.000Z","updated_at":"2022-03-18T11:53:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6f144d0-f36e-4c65-95c6-dd326cc16064","html_url":"https://github.com/oniani/bf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fbf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fbf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fbf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oniani%2Fbf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oniani","download_url":"https://codeload.github.com/oniani/bf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241827451,"owners_count":20026688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T19:33:48.947Z","updated_at":"2026-06-04T02:31:04.246Z","avatar_url":"https://github.com/oniani.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# project\n\nA zero-dependency, header-only, and minimal C++ bloom filter.\n\n## API\n\n```cpp\n#include \"include/bf.hpp\"\n\nint main() {\n  auto bf = bf::BloomFilter{6, 1e-2};\n  bf.insert(\"hi\");\n}\n```\n\n## Build\n\n```console\n$ mkdir build\n$ cd build\n$ cmake -DCOMPILER=clang -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=VCPKG_TOOLCHAIN_FILE ..\n$ cmake --build .\n```\n\n## References\n\n- [Bloom filter][bloomfilter]\n\n## License\n\n[MIT License][license]\n\n[bloomfilter]: https://en.wikipedia.org/wiki/Bloom_filter\n[license]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foniani%2Fbf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foniani%2Fbf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foniani%2Fbf/lists"}