{"id":13595354,"url":"https://github.com/jonhoo/left-right","last_synced_at":"2025-12-12T14:45:35.574Z","repository":{"id":37923286,"uuid":"80947295","full_name":"jonhoo/left-right","owner":"jonhoo","description":"A lock-free, read-optimized, concurrency primitive.","archived":false,"fork":false,"pushed_at":"2024-07-01T18:13:02.000Z","size":3894,"stargazers_count":1992,"open_issues_count":6,"forks_count":94,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-05-12T22:47:55.726Z","etag":null,"topics":["concurrency","lock-free","multithreading","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jonhoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2017-02-04T20:44:56.000Z","updated_at":"2025-05-10T10:41:47.000Z","dependencies_parsed_at":"2024-01-14T07:06:36.527Z","dependency_job_id":"7b140035-0dd8-403e-a664-d87658545bdc","html_url":"https://github.com/jonhoo/left-right","commit_stats":{"total_commits":346,"total_committers":22,"mean_commits":"15.727272727272727","dds":"0.21965317919075145","last_synced_commit":"a6091e3ff4dc4ca3081a0fb0d5cd98f02d9292b6"},"previous_names":["jonhoo/rust-evmap"],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Fleft-right","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Fleft-right/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Fleft-right/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Fleft-right/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonhoo","download_url":"https://codeload.github.com/jonhoo/left-right/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254070107,"owners_count":22009559,"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","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","multithreading","rust"],"created_at":"2024-08-01T16:01:48.460Z","updated_at":"2025-12-12T14:45:30.521Z","avatar_url":"https://github.com/jonhoo.png","language":"Rust","readme":"[![Codecov](https://codecov.io/github/jonhoo/left-right/coverage.svg?branch=main)](https://codecov.io/gh/jonhoo/left-right)\n[![Crates.io](https://img.shields.io/crates/v/left-right.svg)](https://crates.io/crates/left-right)\n[![Documentation](https://docs.rs/left-right/badge.svg)](https://docs.rs/left-right/)\n\nLeft-right is a concurrency primitive for high concurrency reads over a\nsingle-writer data structure. The primitive keeps two copies of the\nbacking data structure, one that is accessed by readers, and one that is\naccessed by the (single) writer. This enables all reads to proceed in\nparallel with minimal coordination, and shifts the coordination overhead\nto the writer. In the absence of writes, reads scale linearly with the\nnumber of cores.\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonhoo%2Fleft-right","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonhoo%2Fleft-right","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonhoo%2Fleft-right/lists"}