{"id":62869,"library":"tylertreat-boomfilters","title":"BoomFilters","description":"Package boom implements probabilistic data structures for processing continuous, unbounded data streams.","status":"active","version":"0.0.0-20251117164519-53813c36cc1b","language":"go","source_language":null,"source_url":"https://github.com/tylertreat/BoomFilters","tags":["probabilistic","bloom-filter","data-structures","streaming"],"install":[{"cmd":"go get github.com/tylertreat/BoomFilters","lang":"bash","label":"Install github.com/tylertreat/BoomFilters"}],"dependencies":[],"imports":[{"symbol":"boom","correct":"github.com/tylertreat/BoomFilters"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/tylertreat/BoomFilters\"\n)\n\nfunc main() {\n\tbf := boom.NewDefaultBloomFilter()\n\tbf.Add([]byte(\"item\"))\n\tif bf.Test([]byte(\"item\")) {\n\t\tfmt.Println(\"probably present\")\n\t}\n}","lang":"go","description":"Use a Bloom filter to test set membership"},"warnings":[],"env_vars":null,"search_vec":"'bloom':16 'bloom-filt':15 'boom':3 'boomfilt':1 'continu':10 'data':6,12,19 'data-structur':18 'filter':17 'implement':4 'packag':2 'probabilist':5,14 'process':9 'stream':13,21 'structur':7,20 'unbound':11","created_at":"2026-06-17T16:36:40.495820+00:00","updated_at":"2026-06-17T16:36:40.495820+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/tylertreat/BoomFilters","github":"https://github.com/tylertreat/BoomFilters","docs":"https://pkg.go.dev/github.com/tylertreat/BoomFilters#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}