{"id":20462299,"url":"https://github.com/drish/bloom","last_synced_at":"2025-03-05T11:45:09.863Z","repository":{"id":72519034,"uuid":"90556425","full_name":"drish/bloom","owner":"drish","description":"A bloom filter implementation in Java, it uses double MurmurHashes as hash functions.","archived":false,"fork":false,"pushed_at":"2017-06-09T23:22:34.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T00:51:01.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drish.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":"2017-05-07T19:28:17.000Z","updated_at":"2023-11-18T19:32:27.000Z","dependencies_parsed_at":"2023-03-16T01:44:32.782Z","dependency_job_id":null,"html_url":"https://github.com/drish/bloom","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/drish%2Fbloom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drish%2Fbloom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drish%2Fbloom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drish%2Fbloom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drish","download_url":"https://codeload.github.com/drish/bloom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242023208,"owners_count":20059297,"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-15T12:34:31.561Z","updated_at":"2025-03-05T11:45:09.696Z","avatar_url":"https://github.com/drish.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"A bloom filter implementation in Java, it uses double MurmurHashes as hash functions.\n\nImplementated based on: [This paper](http://pages.cs.wisc.edu/~cao/papers/summary-cache/node8.html)\n\nThis library is a work in progress.\n\n### Usage.\n\n```java\nBloomFilter filter = new BloomFilter(1000); // size of bloom filter.\nfilter.getFalsePositiveRate();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrish%2Fbloom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrish%2Fbloom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrish%2Fbloom/lists"}