{"id":19027933,"url":"https://github.com/rexim/cpp_concurrent_queue","last_synced_at":"2025-07-04T00:05:41.019Z","repository":{"id":140936707,"uuid":"258147661","full_name":"rexim/cpp_concurrent_queue","owner":"rexim","description":"Simple Concurrent Queue implementation in C++ using pthreads","archived":false,"fork":false,"pushed_at":"2020-04-23T09:03:23.000Z","size":2,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-23T14:53:11.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/rexim.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,"zenodo":null}},"created_at":"2020-04-23T08:58:30.000Z","updated_at":"2025-02-24T07:35:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"53909875-366e-47c3-a887-e03651e5ac3b","html_url":"https://github.com/rexim/cpp_concurrent_queue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rexim/cpp_concurrent_queue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fcpp_concurrent_queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fcpp_concurrent_queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fcpp_concurrent_queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fcpp_concurrent_queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexim","download_url":"https://codeload.github.com/rexim/cpp_concurrent_queue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexim%2Fcpp_concurrent_queue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421921,"owners_count":23464048,"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":[],"created_at":"2024-11-08T21:09:28.268Z","updated_at":"2025-07-04T00:05:40.966Z","avatar_url":"https://github.com/rexim.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concurrent Queue in C++\n\nSimple Concurrent Queue implementation in C++ using pthreads. It is\nactually implemented in C style. The only used C++ features are\n- templates for generalization,\n- member functions for conciseness of the implementation.\n\nThe implementation was born during research about parallel downloading\nfor [Vodus] project. After the research I came to the conclusion that\nI don't need this queue in the project, but I didn't want to throw the\nimplementation away, so I put it here for future needs.\n\n[Vodus]: https://github.com/tsoding/vodus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexim%2Fcpp_concurrent_queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexim%2Fcpp_concurrent_queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexim%2Fcpp_concurrent_queue/lists"}