{"id":17339969,"url":"https://github.com/resetius/queue","last_synced_at":"2025-03-27T08:25:24.621Z","repository":{"id":207649752,"uuid":"719759076","full_name":"resetius/queue","owner":"resetius","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-19T16:49:06.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T13:25:30.802Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/resetius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-11-16T20:58:59.000Z","updated_at":"2024-02-29T12:16:09.000Z","dependencies_parsed_at":"2024-12-05T23:40:36.779Z","dependency_job_id":"30be09de-852a-4ed0-a228-55a1fc311d8c","html_url":"https://github.com/resetius/queue","commit_stats":null,"previous_names":["resetius/queue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resetius%2Fqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resetius%2Fqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resetius%2Fqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resetius%2Fqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/resetius","download_url":"https://codeload.github.com/resetius/queue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245807802,"owners_count":20675615,"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-10-15T15:43:38.756Z","updated_at":"2025-03-27T08:25:24.595Z","avatar_url":"https://github.com/resetius.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Queue\n\n## Introduction\nQueue is a C++ project implementing a queue data structure using mapped files, tailored for inter-process communication (IPC). It supports a single-writer, single-reader format, offering two implementations: lock-free and mutex-based.\n\n## Features\n- Queue implementation based on mapped files for efficient IPC.\n- Two variants: lock-free and mutex-based for different use cases.\n- `bench.cpp`: A benchmarking tool comparing the queue performance with standard and `vmsplice` pipes.\n\n## Technology Stack\n- C++\n- CMake\n- CMocka (for tests)\n\n## Installation and Setup\n```bash\n# Clone the repository\ngit clone [repository URL]\n```\n\n# Build the project\n```\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n```\n\n## Usage\n- The queue can be used for IPC in scenarios requiring a 1-writer, 1-reader format.\n- Run benchmarking with `./bench` to compare performance against pipes.\n\n## Benchmarks\nTo run benchmarks comparing queue performance with pipes:\n```bash\n./bench\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresetius%2Fqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresetius%2Fqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresetius%2Fqueue/lists"}