{"id":52640,"library":"v2fly-ss-bloomring","title":"ss-bloomring","description":"Bloom ring implementation for Shadowsocks.","status":"active","version":"0.0.0-20210312155135-28617310f63e","language":"go","source_language":null,"source_url":"https://github.com/v2fly/ss-bloomring","tags":["bloom-filter","shadowsocks","networking"],"install":[{"cmd":"go get github.com/v2fly/ss-bloomring","lang":"bash","label":"Install github.com/v2fly/ss-bloomring"}],"dependencies":[],"imports":[{"symbol":"ssbloomring","correct":"github.com/v2fly/ss-bloomring"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/v2fly/ss-bloomring\"\n)\n\nfunc main() {\n\tfilter := ssbloomring.New(1000, 0.01)\n\tfilter.Add([]byte(\"test\"))\n\tfmt.Println(filter.Test([]byte(\"test\")))\n}","lang":"go","description":"Create and test a bloom ring filter."},"warnings":[],"env_vars":null,"search_vec":"'bloom':4,10 'bloom-filt':9 'bloomr':3 'filter':11 'implement':6 'network':13 'ring':5 'shadowsock':8,12 'ss':2 'ss-bloomr':1","created_at":"2026-06-15T07:05:26.858168+00:00","updated_at":"2026-06-15T07:05:26.858168+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/v2fly/ss-bloomring","github":"https://github.com/v2fly/ss-bloomring","docs":"https://pkg.go.dev/github.com/v2fly/ss-bloomring#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"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}}