{"id":62575,"library":"dgryski-go-minhash","title":"Go MinHash","description":"An implementation of the bottom-k sketch for streaming set similarity using MinHash.","status":"active","version":"0.0.0-20190315135803-ad340ca03076","language":"go","source_language":null,"source_url":"https://github.com/dgryski/go-minhash","tags":["minhash","similarity","sketch","streaming"],"install":[{"cmd":"go get github.com/dgryski/go-minhash","lang":"bash","label":"Install github.com/dgryski/go-minhash"}],"dependencies":[],"imports":[{"symbol":"minhash","correct":"github.com/dgryski/go-minhash"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dgryski/go-minhash\"\n)\n\nfunc main() {\n\th := minhash.New(minhash.OptimalK(100))\n\th.Push([]byte(\"element1\"))\n\th.Push([]byte(\"element2\"))\n\tfmt.Println(h.Signature())\n}","lang":"go","description":"Create a MinHash sketch and add elements."},"warnings":[],"env_vars":null,"search_vec":"'bottom':8 'bottom-k':7 'go':1 'implement':4 'k':9 'minhash':2,16,17 'set':13 'similar':14,18 'sketch':10,19 'stream':12,20 'use':15","created_at":"2026-06-17T16:33:04.010838+00:00","updated_at":"2026-06-17T16:33:04.010838+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/dgryski/go-minhash","github":"https://github.com/dgryski/go-minhash","docs":"https://pkg.go.dev/github.com/dgryski/go-minhash#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-17","next_check":"2026-12-14","install_tag":null}}