{"id":21483477,"url":"https://github.com/martinnowak/bloom","last_synced_at":"2026-01-04T11:04:36.791Z","repository":{"id":11572927,"uuid":"14061204","full_name":"MartinNowak/bloom","owner":"MartinNowak","description":"A basic bloom filter.","archived":false,"fork":false,"pushed_at":"2021-02-04T08:44:43.000Z","size":75,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T00:05:56.481Z","etag":null,"topics":["bloom","bloom-filter","d","dlang","library"],"latest_commit_sha":null,"homepage":null,"language":"D","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/MartinNowak.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":"2013-11-02T04:48:30.000Z","updated_at":"2021-08-16T11:44:41.000Z","dependencies_parsed_at":"2022-09-19T00:12:08.539Z","dependency_job_id":null,"html_url":"https://github.com/MartinNowak/bloom","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinNowak%2Fbloom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinNowak%2Fbloom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinNowak%2Fbloom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinNowak%2Fbloom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MartinNowak","download_url":"https://codeload.github.com/MartinNowak/bloom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006303,"owners_count":20382444,"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":["bloom","bloom-filter","d","dlang","library"],"created_at":"2024-11-23T12:47:40.075Z","updated_at":"2026-01-04T11:04:36.735Z","avatar_url":"https://github.com/MartinNowak.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"bloom [![Build Status](https://travis-ci.org/MartinNowak/bloom.svg?branch=master)](https://travis-ci.org/MartinNowak/bloom) [![Coverage](https://codecov.io/gh/MartinNowak/bloom/branch/master/graph/badge.svg)](https://codecov.io/gh/MartinNowak/bloom) [![Dub](https://img.shields.io/dub/v/bloom.svg)](http://code.dlang.org/packages/bloom)\n=====\n\nA basic bloom filter.\n\n# [Documentation](http://martinnowak.github.io/bloom/bloom.html)\n\n# Example\n\n```d\nimport bloom;\n\nauto filter = BloomFilter!()(1024); // filter for 1024 entries\nfilter.insert(1);\nassert(filter.test(1));\nassert(!filter.test(2)); // might fail\nfilter.insert(2);\nassert(filter.test(2));\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinnowak%2Fbloom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinnowak%2Fbloom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinnowak%2Fbloom/lists"}