{"id":69758,"library":"dolthub-swiss","title":"dolthub/swiss","description":"A Go implementation of a Swiss table (hash map) for high-performance key-value storage.","status":"active","version":"0.2.1","language":"go","source_language":null,"source_url":"https://github.com/dolthub/swiss","tags":["hash-map","data-structure","performance"],"install":[{"cmd":"go get github.com/dolthub/swiss","lang":"bash","label":"Install github.com/dolthub/swiss"}],"dependencies":[],"imports":[{"symbol":"swiss","correct":"github.com/dolthub/swiss"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dolthub/swiss\"\n)\n\nfunc main() {\n\tm := swiss.NewMap[string, int](42)\n\tm.Put(\"hello\", 42)\n\tval, ok := m.Get(\"hello\")\n\tif ok {\n\t\tfmt.Println(val)\n\t}\n}","lang":"go","description":"Create a Swiss map, insert and retrieve a value."},"warnings":[],"env_vars":null,"search_vec":"'data':23 'data-structur':22 'dolthub/swiss':1 'go':3 'hash':9,20 'hash-map':19 'high':13 'high-perform':12 'implement':4 'key':16 'key-valu':15 'map':10,21 'perform':14,25 'storag':18 'structur':24 'swiss':7 'tabl':8 'valu':17","created_at":"2026-06-17T18:05:34.238248+00:00","updated_at":"2026-06-17T18:05:34.238248+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/dolthub/swiss","github":"https://github.com/dolthub/swiss","docs":"https://pkg.go.dev/github.com/dolthub/swiss#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}}