{"id":24482882,"url":"https://github.com/tylerbloom/nexus","last_synced_at":"2025-07-22T04:34:44.866Z","repository":{"id":130353748,"uuid":"452344250","full_name":"TylerBloom/nexus","owner":"TylerBloom","description":"A writer-centric wrapper for left-right","archived":false,"fork":false,"pushed_at":"2022-02-09T18:00:33.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T07:13:47.155Z","etag":null,"topics":["concurrency","lock-free","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TylerBloom.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-26T16:07:54.000Z","updated_at":"2022-01-26T16:14:09.000Z","dependencies_parsed_at":"2023-05-07T02:06:45.445Z","dependency_job_id":null,"html_url":"https://github.com/TylerBloom/nexus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TylerBloom/nexus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerBloom%2Fnexus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerBloom%2Fnexus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerBloom%2Fnexus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerBloom%2Fnexus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TylerBloom","download_url":"https://codeload.github.com/TylerBloom/nexus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerBloom%2Fnexus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266428357,"owners_count":23926985,"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":["concurrency","lock-free","rust","rust-lang"],"created_at":"2025-01-21T12:15:48.284Z","updated_at":"2025-07-22T04:34:44.834Z","avatar_url":"https://github.com/TylerBloom.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n**NOTE:** This project is just starting out. The information below is mostly conceptual and are my plans for this project that I have sketched out. These are subject to change and will likely change. The central idea, however, will stay the same.\n\nNexus is a wrapper for [left-right](https://github.com/jonhoo/left-right) that allows for multiple writers while maintaining the original reader-centric functionalities. As with any concurrency primitive that allows for many writers, nexus has to make some concessions around what a writer can do.\n\nNexus makes two primary concessions. Writers ought not read the values stored in the left-right primitive. Changes from different writers are not guaranteed to be ordered chronologically; however, the changes from any given writer will be chronologically ordered.\n\n## How it Works\nA nexus takes a left-right writer and dispatches \"workers\" which act as writers.\nEach worker maintains a left-right-esque pair of operations logs to allow for lock-free reading and writing between the worker and the writer.\nEach worker publishes its changes for the left-right writer to read and apply to the stored structure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerbloom%2Fnexus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylerbloom%2Fnexus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerbloom%2Fnexus/lists"}