{"id":34187158,"url":"https://github.com/rural-panda/bestring","last_synced_at":"2026-03-11T18:01:31.224Z","repository":{"id":239278518,"uuid":"203074675","full_name":"rural-panda/bestring","owner":"rural-panda","description":"A simple and fast consistent hash-ring for go","archived":false,"fork":false,"pushed_at":"2019-08-25T13:18:23.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-11T07:33:20.059Z","etag":null,"topics":["avl","consistent","consistent-hash-algorithm","consistent-hashing","distributed","distributed-systems","go","hashring","ring"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rural-panda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-19T01:09:19.000Z","updated_at":"2024-05-11T07:33:22.118Z","dependencies_parsed_at":"2024-05-11T07:33:22.036Z","dependency_job_id":"353c21d1-1819-4afb-8e08-002c7d5ffbd1","html_url":"https://github.com/rural-panda/bestring","commit_stats":null,"previous_names":["rural-panda/bestring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rural-panda/bestring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rural-panda%2Fbestring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rural-panda%2Fbestring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rural-panda%2Fbestring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rural-panda%2Fbestring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rural-panda","download_url":"https://codeload.github.com/rural-panda/bestring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rural-panda%2Fbestring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27753049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-15T02:00:09.782Z","response_time":96,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avl","consistent","consistent-hash-algorithm","consistent-hashing","distributed","distributed-systems","go","hashring","ring"],"created_at":"2025-12-15T15:04:49.784Z","updated_at":"2025-12-15T15:06:24.254Z","avatar_url":"https://github.com/rural-panda.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"### BestRing\n--- \n\n#### Target\nprovide a consistent hash-ring with high performance and high stability :)\n\n#### Example\n\n```go\n\n// initialization\nb := bestring.NewBestRing(vNodeNumber)\n\n// add a real server \nb.AddNode(serverAddress)\n\n// find a suitable server\nserverHits := b.GetNode(clientRequestKey)\n\n```\n\n#### Todo\n1. provide complete features \n2. improve performance\n3. provide stability report\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frural-panda%2Fbestring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frural-panda%2Fbestring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frural-panda%2Fbestring/lists"}