{"id":51041,"library":"steakknife-bloomfilter","title":"Bloom Filter","description":"A fast, thread-safe, marshalable, unionable Bloom filter implementation in Go with probability and optimal-size calculations.","status":"active","version":"0.0.0-20180922174646-6819c0d2a570","language":"go","source_language":null,"source_url":"https://github.com/steakknife/bloomfilter","tags":["bloom-filter","probabilistic","data-structure","thread-safe","marshalable"],"install":[{"cmd":"go get github.com/steakknife/bloomfilter","lang":"bash","label":"Install github.com/steakknife/bloomfilter"}],"dependencies":[],"imports":[{"symbol":"bloomfilter","correct":"github.com/steakknife/bloomfilter"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/steakknife/bloomfilter\"\n)\n\nfunc main() {\n\tbf, _ := bloomfilter.New(10000, 5)\n\tbf.Add([]byte(\"hello\"))\n\tfmt.Println(bf.Contains([]byte(\"hello\")))\n}","lang":"go","description":"Creates a Bloom filter, adds an element, and checks for membership."},"warnings":[],"env_vars":null,"search_vec":"'bloom':1,10,23 'bloom-filt':22 'calcul':21 'data':27 'data-structur':26 'fast':4 'filter':2,11,24 'go':14 'implement':12 'marshal':8,32 'optim':19 'optimal-s':18 'probabilist':25 'probabl':16 'safe':7,31 'size':20 'structur':28 'thread':6,30 'thread-saf':5,29 'union':9","created_at":"2026-06-15T05:18:28.806043+00:00","updated_at":"2026-06-15T05:18:28.806043+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/steakknife/bloomfilter","github":"https://github.com/steakknife/bloomfilter","docs":"https://pkg.go.dev/github.com/steakknife/bloomfilter#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}