{"id":27934882,"url":"https://github.com/uri/bloom_filter","last_synced_at":"2025-07-13T17:38:30.293Z","repository":{"id":22119492,"uuid":"25450100","full_name":"uri/bloom_filter","owner":"uri","description":"A very basic implementation of bloom filters in ruby","archived":false,"fork":false,"pushed_at":"2014-10-20T04:00:20.000Z","size":116,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T06:08:40.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/uri.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}},"created_at":"2014-10-20T03:59:14.000Z","updated_at":"2014-10-20T14:08:53.000Z","dependencies_parsed_at":"2022-08-19T15:10:07.214Z","dependency_job_id":null,"html_url":"https://github.com/uri/bloom_filter","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/uri%2Fbloom_filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uri%2Fbloom_filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uri%2Fbloom_filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uri%2Fbloom_filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uri","download_url":"https://codeload.github.com/uri/bloom_filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823916,"owners_count":21809713,"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":"2025-05-07T06:08:42.269Z","updated_at":"2025-05-07T06:08:42.680Z","avatar_url":"https://github.com/uri.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"### About\n\nA work in progress inspired by: http://maciejczyzewski.me/2014/10/18/bloom-filters-fast-and-simple.html.\n\nThis is probably not production ready and can use a lot of performance enhancements. I merely made this to understand the basics of bloom filters.\n\n### Usage\n\n```ruby\nbf = BloomFilter.new\nbf.add \"test string\"\nbf.add \"qwerty\"\n\nputs bf.query \"querty\" #=\u003e true\nputs bf.query \"test string\" #=\u003e true\nputs bf.query \"not present\" #=\u003e false\n```\n\n### Contribute\n\nAny feedback is welcome, fork and distribute at will.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furi%2Fbloom_filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furi%2Fbloom_filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furi%2Fbloom_filter/lists"}