{"id":31042936,"url":"https://github.com/hosseinmoein/bobcat","last_synced_at":"2025-09-14T12:43:15.011Z","repository":{"id":131914871,"uuid":"166836748","full_name":"hosseinmoein/Bobcat","owner":"hosseinmoein","description":"3 different C++, multi-threaded queues including a lock-free one","archived":false,"fork":false,"pushed_at":"2023-10-05T18:48:09.000Z","size":85,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T03:22:35.477Z","etag":null,"topics":["circular-queue","cpp","cpp-11","cpp11","lock-free","lockfree","multi-threading","multithreaded","queue"],"latest_commit_sha":null,"homepage":null,"language":"CMake","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/hosseinmoein.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}},"created_at":"2019-01-21T15:29:01.000Z","updated_at":"2023-11-23T22:29:01.000Z","dependencies_parsed_at":"2023-04-09T02:07:23.674Z","dependency_job_id":null,"html_url":"https://github.com/hosseinmoein/Bobcat","commit_stats":null,"previous_names":["hosseinmoein/bobcat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hosseinmoein/Bobcat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hosseinmoein%2FBobcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hosseinmoein%2FBobcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hosseinmoein%2FBobcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hosseinmoein%2FBobcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hosseinmoein","download_url":"https://codeload.github.com/hosseinmoein/Bobcat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hosseinmoein%2FBobcat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275107772,"owners_count":25406745,"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-09-14T02:00:10.474Z","response_time":75,"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":["circular-queue","cpp","cpp-11","cpp11","lock-free","lockfree","multi-threading","multithreaded","queue"],"created_at":"2025-09-14T12:43:13.311Z","updated_at":"2025-09-14T12:43:14.978Z","avatar_url":"https://github.com/hosseinmoein.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/hjw01qui3bvxs8yi?svg=true)](https://ci.appveyor.com/project/hosseinmoein/Q)\n[![C++17](https://img.shields.io/badge/C%2B%2B-17-blue.svg)](https://isocpp.org/std/the-standard )\n[![Build Status](https://travis-ci.org/hosseinmoein/Q.svg?branch=master)](https://travis-ci.org/hosseinmoein/Q)\n\n\u003cimg src=\"Bobcat.jpg\" alt=\"Q Cat\" width=\"400\" longdesc=\"Q Cat\"/\u003e\n\n# Queue\nThis repository includes 3 different multi-threaded queues:\u003cBR\u003e\nThis is a header-only library\n1. A lock-free queue for one producer and one consumer\n2. A fixed size, circular, multi-threaded queue\n3. A generic multi-threaded queue\n\n[Lock-free Q Test File](src/lockfreeq_tester.cc)\u003cBR\u003e\n[Circular fixed-size Q Test File](src/fixedsizeq_tester.cc)\u003cBR\u003e\n[Generic Q Test File](src/fixedsizeq_tester.cc)\u003cBR\u003e\n\n## [License](License)\n\n### Installing using CMake\n```\nmkdir build\ncd build\ncmake ..\nmake install\n```\n\n### Uninstalling\n\n```\ncd build\nmake uninstall\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhosseinmoein%2Fbobcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhosseinmoein%2Fbobcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhosseinmoein%2Fbobcat/lists"}