{"id":43955245,"url":"https://github.com/ericlagergren/bloom","last_synced_at":"2026-02-07T04:33:04.063Z","repository":{"id":57603737,"uuid":"52625908","full_name":"ericlagergren/bloom","owner":"ericlagergren","description":"Bloom filter in Go","archived":false,"fork":false,"pushed_at":"2017-07-27T19:34:54.000Z","size":1094,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T11:46:52.818Z","etag":null,"topics":["bloom-filter"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericlagergren.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":"2016-02-26T18:58:46.000Z","updated_at":"2018-02-10T18:54:27.000Z","dependencies_parsed_at":"2022-09-26T20:00:54.395Z","dependency_job_id":null,"html_url":"https://github.com/ericlagergren/bloom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericlagergren/bloom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlagergren%2Fbloom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlagergren%2Fbloom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlagergren%2Fbloom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlagergren%2Fbloom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericlagergren","download_url":"https://codeload.github.com/ericlagergren/bloom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericlagergren%2Fbloom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"last_error":"SSL_read: 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":["bloom-filter"],"created_at":"2026-02-07T04:33:03.319Z","updated_at":"2026-02-07T04:33:04.055Z","avatar_url":"https://github.com/ericlagergren.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bloom\nBloom filter in Go\n\n## What\nPackage bloom is a fast, space-efficient bloom filter.\n\n## Tips\nInstall or build this package with `-tags=unsafe` to utilize faster\n`string` to `[]byte` conversions.\n\nThese conversions are *only* done when `-tags=unsafe` is added and *only*\ndone inside the hash function.\n\nOn my old i3 laptop this increases the speed of the bloom filter from ~75ns to ~64ns.\n\n## Performance\n```\nBenchmarkAndreas-4\t20000000\t        75.8 ns/op\nBenchmarkBloom-4  \t20000000\t        68.1 ns/op\nBenchmarkWillf-4  \t 5000000\t       351 ns/op\nBenchmarkSpencer-4\t 5000000\t       314 ns/op\n```\n\n## GoDoc\n[GoDoc](https://godoc.org/github.com/EricLagergren/bloom)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericlagergren%2Fbloom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericlagergren%2Fbloom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericlagergren%2Fbloom/lists"}