{"id":76835,"library":"zhenjl-cityhash","title":"CityHash Go","description":"A Go implementation of Google's CityHash hash functions for non-cryptographic hashing.","status":"active","version":"0.0.0-20131128155616-cdd6a94144ab","language":"go","source_language":null,"source_url":"https://github.com/zhenjl/cityhash","tags":["hash","cityhash","non-cryptographic"],"install":[{"cmd":"go get github.com/zhenjl/cityhash","lang":"bash","label":"Install github.com/zhenjl/cityhash"}],"dependencies":[],"imports":[{"symbol":"cityhash","correct":"github.com/zhenjl/cityhash"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/zhenjl/cityhash\"\n)\n\nfunc main() {\n\thash := cityhash.CityHash64([]byte(\"hello\"), 0)\n\tfmt.Println(hash)\n}","lang":"go","description":"Compute CityHash64 of a byte slice"},"warnings":[],"env_vars":null,"search_vec":"'cityhash':1,9,18 'cryptograph':15,21 'function':11 'go':2,4 'googl':7 'hash':10,16,17 'implement':5 'non':14,20 'non-cryptograph':13,19","created_at":"2026-06-17T19:38:54.361630+00:00","updated_at":"2026-06-17T19:38:54.361630+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/zhenjl/cityhash","github":"https://github.com/zhenjl/cityhash","docs":"https://pkg.go.dev/github.com/zhenjl/cityhash#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}}