{"id":41610977,"url":"https://github.com/ckatsak/lfchring","last_synced_at":"2026-01-24T12:02:30.777Z","repository":{"id":57562951,"uuid":"115071437","full_name":"ckatsak/lfchring","owner":"ckatsak","description":"In-memory immutable wait-free consistent hashing ring data structure, supporting virtual nodes \u0026 replication.","archived":false,"fork":false,"pushed_at":"2018-03-14T12:30:18.000Z","size":40,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T10:14:56.592Z","etag":null,"topics":["concurrent","concurrent-data-structure","consistent-hash-algorithm","consistent-hashing","consistent-hashing-library","consistenthash","golang","golang-library","golang-package","hash-ring","hashring","lock-free","multiple-readers","replication","single-writer","wait-free"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/ckatsak/lfchring","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ckatsak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-22T03:15:15.000Z","updated_at":"2023-11-17T00:56:02.000Z","dependencies_parsed_at":"2022-09-17T14:12:10.298Z","dependency_job_id":null,"html_url":"https://github.com/ckatsak/lfchring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ckatsak/lfchring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckatsak%2Flfchring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckatsak%2Flfchring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckatsak%2Flfchring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckatsak%2Flfchring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ckatsak","download_url":"https://codeload.github.com/ckatsak/lfchring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ckatsak%2Flfchring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28727350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["concurrent","concurrent-data-structure","consistent-hash-algorithm","consistent-hashing","consistent-hashing-library","consistenthash","golang","golang-library","golang-package","hash-ring","hashring","lock-free","multiple-readers","replication","single-writer","wait-free"],"created_at":"2026-01-24T12:02:14.205Z","updated_at":"2026-01-24T12:02:30.766Z","avatar_url":"https://github.com/ckatsak.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lfchring\n\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/ckatsak/lfchring)](https://goreportcard.com/report/github.com/ckatsak/lfchring)\n[![GoDoc](https://godoc.org/github.com/ckatsak/lfchring?status.svg)](https://godoc.org/github.com/ckatsak/lfchring)\n[![GoCover](http://gocover.io/_badge/github.com/ckatsak/lfchring)](http://gocover.io/github.com/ckatsak/lfchring)\n\n\nPackage lfchring provides a *wait-free* consistent hashing ring immutable\nin-memory data structure, designed for very efficient frequent reading by\n**multiple readers** and less frequent updates by a **single writer**.\n\nIt features efficient handling of a static number of virtual ring nodes per\ndistinct ring node, as well as auto-managed data replication information\n(using a static replication factor).\nIt also allows users to pass the hash function of their choice, further\nimproving its flexibility.\n\nThe API is simple, easy to use, and is documented in\n[godoc](https://godoc.org/github.com/ckatsak/lfchring).\n\nIt has no external dependencies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckatsak%2Flfchring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fckatsak%2Flfchring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fckatsak%2Flfchring/lists"}