{"id":18270050,"url":"https://github.com/duckduckgo/bloom_cpp","last_synced_at":"2025-04-10T01:53:43.931Z","repository":{"id":72494265,"uuid":"142440264","full_name":"duckduckgo/bloom_cpp","owner":"duckduckgo","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-03T10:12:40.000Z","size":72,"stargazers_count":25,"open_issues_count":4,"forks_count":18,"subscribers_count":21,"default_branch":"develop","last_synced_at":"2025-03-24T03:35:03.641Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duckduckgo.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":"2018-07-26T12:50:06.000Z","updated_at":"2025-03-03T10:12:44.000Z","dependencies_parsed_at":"2025-02-08T20:45:59.279Z","dependency_job_id":null,"html_url":"https://github.com/duckduckgo/bloom_cpp","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckduckgo%2Fbloom_cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckduckgo%2Fbloom_cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckduckgo%2Fbloom_cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duckduckgo%2Fbloom_cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duckduckgo","download_url":"https://codeload.github.com/duckduckgo/bloom_cpp/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142939,"owners_count":21054671,"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-05T11:38:15.426Z","updated_at":"2025-04-10T01:53:43.910Z","avatar_url":"https://github.com/duckduckgo.png","language":"C++","readme":"# DuckDuckGo\n\nWelcome to our bloom filter. We are excited to engage the community in development.\n\n## Components\n\nThe main bloom filter library source is cross-platform and has been used on:\n- android \u003e= 5.0.0\n- ios \u003e=10\n- linux \u003e= Ubuntu 16.04.3 LTS\n- macOS \u003e= 10.12\n\nThe library is written in C++ 14. Utils and unit tests have been run only on linux and macOS.\nWe recommend installing g++ and cmake to run this project. Underlying architecture is expected\nto use 8-bit chars.\n\n### Utils - GenerateFilter\nA convenience utility that uses the main filter library to generate a binary bloom filter that can then be imported \n later or used on a different device. This is useful for distributing / sharing populated bloom filters.\n Also generates a false positive list that can be used as supplementary data to ensure final result is always correct.\n\nRun via the `./make_filter.sh` script with appropriate parameters.\n\n**Additional system dependencies**\n\n**openssl:** This is often available on linux but needs to be installed\n for macOS where we assume this will be installed via `brew` to `/usr/local/opt/openssl/`\n\n### Tests\nProject unit tests. We use the Catch library at https://github.com/catchorg/Catch2 for unit testing.\nWe include this as a submodule, run `git submodule update --init --recursive` to pull down the submodule.\nRun the `./run_tests.sh` script to execute the unit tests.\n\n**Additional system dependencies**\n\n**uuid**: This is generally available on macOS. On debian based linux systems \ninstall `uuid-dev`.\n\n## Reporting Bugs\n\nWhen reporting bugs let us know the:\n* OS and version\n* Steps to reproduce the bug\n* Expected behavior\n* Actual behavior\n\n## Terminology\nWe have taken steps to update our terminology and remove words with problematic racial connotations, most notably the change to `main` branches, `allow lists`, and `blocklists`. Closed issues or PRs may contain deprecated terminology that should not be used going forward.\n\n## Discuss\n\nOpen a github issue or contact us at https://duckduckgo.com/feedback if you have feedback, questions or want to chat.\n\n## License\nDuckDuckGo android is distributed under the Apache 2.0 [license](LICENSE).\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckduckgo%2Fbloom_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckduckgo%2Fbloom_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckduckgo%2Fbloom_cpp/lists"}