{"id":16299100,"url":"https://github.com/kvark/synqueue","last_synced_at":"2025-07-23T23:31:58.884Z","repository":{"id":38262935,"uuid":"497249526","full_name":"kvark/synqueue","owner":"kvark","description":"Yet another MPMC queue","archived":false,"fork":false,"pushed_at":"2022-06-08T05:43:22.000Z","size":21,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-28T22:51:46.232Z","etag":null,"topics":["concurrency","data-structures"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/kvark.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":"2022-05-28T07:44:38.000Z","updated_at":"2023-04-23T11:25:37.000Z","dependencies_parsed_at":"2022-08-31T16:21:47.500Z","dependency_job_id":null,"html_url":"https://github.com/kvark/synqueue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvark%2Fsynqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvark%2Fsynqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvark%2Fsynqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kvark%2Fsynqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kvark","download_url":"https://codeload.github.com/kvark/synqueue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056355,"owners_count":20390719,"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","data-structures"],"created_at":"2024-10-10T20:46:40.637Z","updated_at":"2025-03-20T05:30:47.043Z","avatar_url":"https://github.com/kvark.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# synqueue\n[![Build Status](https://github.com/kvark/synqueue/workflows/check/badge.svg?branch=main)](https://github.com/kvark/synqueue/actions)\n\nThis is an experimental queue to be used in multi-threaded scenarios, like the task processors. More specifically:\n  - internally synchronized for both consumers and producers (MPMC).\n  - backed by an array, which is fast to access\n  - bounded: the capacity is specified at creation\n\nUnlike other implementations, such as `crossbeam-queue`, it doesn't carry a atomic bit per element.\nChecked by both [Miri](https://github.com/rust-lang/miri) and [Loom](https://github.com/tokio-rs/loom) on CI.\n\n**Note**: experimental and currently slower than alternatives.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvark%2Fsynqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkvark%2Fsynqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkvark%2Fsynqueue/lists"}