{"id":22308664,"url":"https://github.com/lemonrock/magic-ring-buffer","last_synced_at":"2025-07-29T06:30:54.368Z","repository":{"id":57636026,"uuid":"168821115","full_name":"lemonrock/magic-ring-buffer","owner":"lemonrock","description":"A Rust crate providing a magic ring buffer (also known as a virtual ring buffer, VRB, or mirrored buffer) which is lock-free for multiple producers and a single consumer.","archived":false,"fork":false,"pushed_at":"2022-08-11T16:32:09.000Z","size":89,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T08:51:13.276Z","etag":null,"topics":["lock-free","lock-free-queue","magic","mirrored","ring-buffer","rust","rust-crate","virtual"],"latest_commit_sha":null,"homepage":"https://gtihub.com/lemonrock/magic-ring-buffer","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lemonrock.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":"2019-02-02T10:37:59.000Z","updated_at":"2024-09-13T16:39:24.000Z","dependencies_parsed_at":"2022-09-26T20:21:39.850Z","dependency_job_id":null,"html_url":"https://github.com/lemonrock/magic-ring-buffer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lemonrock/magic-ring-buffer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonrock%2Fmagic-ring-buffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonrock%2Fmagic-ring-buffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonrock%2Fmagic-ring-buffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonrock%2Fmagic-ring-buffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lemonrock","download_url":"https://codeload.github.com/lemonrock/magic-ring-buffer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lemonrock%2Fmagic-ring-buffer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267639569,"owners_count":24119780,"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-29T02:00:12.549Z","response_time":2574,"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":["lock-free","lock-free-queue","magic","mirrored","ring-buffer","rust","rust-crate","virtual"],"created_at":"2024-12-03T20:14:52.936Z","updated_at":"2025-07-29T06:30:53.827Z","avatar_url":"https://github.com/lemonrock.png","language":"Rust","readme":"# magic-ring-buffer\n\n[magic-ring-buffer] is a Rust crate providing a magic ring buffer (also known as a virtual ring buffer, VRB, or mirrored buffer) which is lock-free for multiple producers and a single consumer.\n\nA magic ring buffer allows 'wrap-around' of a ring buffer without the need to use two separate read or two separate writes; it exploits the fact that virtual memory does not need to be implemented using contiguous physical memory.\n\nThe current design only works on Linux-like systems, as it relies on mapping files in `/dev/shm`.\n\nIt should be possible to make implementations that work on Mac OS X, the BSDs and Windows.\n\n\n## Licensing\n\nThe license for this project is MIT.\n\n[magic-ring-buffer]: https://github.com/lemonrock/magic-ring-buffer \"magic-ring-buffer GitHub page\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemonrock%2Fmagic-ring-buffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flemonrock%2Fmagic-ring-buffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemonrock%2Fmagic-ring-buffer/lists"}