{"id":45074474,"url":"https://github.com/rossmerr/bloomfilter","last_synced_at":"2026-02-19T13:13:02.832Z","repository":{"id":121836231,"uuid":"610659652","full_name":"rossmerr/bloomfilter","owner":"rossmerr","description":"Bloom Filter","archived":false,"fork":false,"pushed_at":"2023-03-18T12:28:18.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T11:49:57.462Z","etag":null,"topics":["bloomfilter","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rossmerr.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":"2023-03-07T08:15:22.000Z","updated_at":"2023-03-07T15:07:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e7a54a7-6573-45f6-8e4f-e4448b7c9ac1","html_url":"https://github.com/rossmerr/bloomfilter","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"bd54e5844f92d0aae44cf729e2ce57217314fecf"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rossmerr/bloomfilter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossmerr%2Fbloomfilter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossmerr%2Fbloomfilter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossmerr%2Fbloomfilter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossmerr%2Fbloomfilter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rossmerr","download_url":"https://codeload.github.com/rossmerr/bloomfilter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossmerr%2Fbloomfilter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29614642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bloomfilter","go","golang"],"created_at":"2026-02-19T13:13:02.312Z","updated_at":"2026-02-19T13:13:02.825Z","avatar_url":"https://github.com/rossmerr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bloom Filter\n\n[![Go](https://github.com/rossmerr/bloomfilter/actions/workflows/go.yml/badge.svg)](https://github.com/rossmerr/bloomfilter/actions/workflows/go.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/rossmerr/bloomfilter)](https://goreportcard.com/report/github.com/rossmerr/bloomfilter)\n[![Read the Docs](https://pkg.go.dev/badge/golang.org/x/pkgsite)](https://pkg.go.dev/github.com/rossmerr/bloomfilter)\n\n## Usage\n\ndefine your struct implementing the [Hash](hash.go) interface defined in this module.\n\n```go\ntype Test struct {\n\n}\n\nfunc (s *Test) Sum() uint {\n  // your hash function...\n}\n```\n\n```go\nobj := \u0026Test{}\n\nfilter := bloomfilter.NewFilterOptimal[*Test](2000000)\nfilter.Add(obj)\n\nmatch := filter.Contains(obj)\nfmt.Println(match) // true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossmerr%2Fbloomfilter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frossmerr%2Fbloomfilter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossmerr%2Fbloomfilter/lists"}