{"id":17801832,"url":"https://github.com/xissy/lexorank","last_synced_at":"2025-07-22T22:04:15.354Z","repository":{"id":47294181,"uuid":"144499314","full_name":"xissy/lexorank","owner":"xissy","description":"A simple implementation of LexoRank","archived":false,"fork":false,"pushed_at":"2019-06-02T21:56:36.000Z","size":18,"stargazers_count":51,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T06:35:49.379Z","etag":null,"topics":["golang","lexorank"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xissy.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":"2018-08-12T20:40:20.000Z","updated_at":"2024-12-03T08:47:19.000Z","dependencies_parsed_at":"2022-09-01T04:01:41.671Z","dependency_job_id":null,"html_url":"https://github.com/xissy/lexorank","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xissy/lexorank","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Flexorank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Flexorank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Flexorank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Flexorank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xissy","download_url":"https://codeload.github.com/xissy/lexorank/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Flexorank/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266580298,"owners_count":23951193,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["golang","lexorank"],"created_at":"2024-10-27T12:39:47.351Z","updated_at":"2025-07-22T22:04:15.330Z","avatar_url":"https://github.com/xissy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lexorank\n\n[![Go Report Card](https://goreportcard.com/badge/xissy/lexorank)](https://goreportcard.com/report/xissy/lexorank)\n\n\u003e A simple implementation of LexoRank\n\nLexoRank is a ranking system introduced by Atlassian JIRA.\n  * \u003chttps://www.youtube.com/watch?v=OjQv9xMoFbg\u003e\n\n## Background\nWhat is the best representation of an ordered list in a database?\nWith a dumb order number based ranking system, re-ordering a row of a\nlist may require updating all rows of the list in a transaction,\nwhich is O(n).\n  * \u003chttps://stackoverflow.com/questions/9536262/best-representation-of-an-ordered-list-in-a-database/49956113\u003e\n  * \u003chttps://softwareengineering.stackexchange.com/questions/195308/storing-a-re-orderable-list-in-a-database\u003e\n\nLexoRank makes it O(1). All you need to do is updating the re-ordered\nrow's order field.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxissy%2Flexorank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxissy%2Flexorank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxissy%2Flexorank/lists"}