{"id":19381239,"url":"https://github.com/probably-not/q","last_synced_at":"2025-07-08T21:35:17.183Z","repository":{"id":143658293,"uuid":"492877294","full_name":"probably-not/q","owner":"probably-not","description":"An attempt at building out the lock-free, concurrent, generic queue as minimally as possible, similar to what is described in this blog post","archived":false,"fork":false,"pushed_at":"2022-05-16T15:39:38.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T06:32:12.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nullprogram.com/blog/2022/05/14/","language":"Go","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/probably-not.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-16T14:44:25.000Z","updated_at":"2022-05-18T10:33:54.000Z","dependencies_parsed_at":"2023-04-29T05:04:46.579Z","dependency_job_id":null,"html_url":"https://github.com/probably-not/q","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/probably-not%2Fq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probably-not%2Fq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probably-not%2Fq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probably-not%2Fq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/probably-not","download_url":"https://codeload.github.com/probably-not/q/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240517253,"owners_count":19814166,"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-10T09:16:24.076Z","updated_at":"2025-02-24T16:47:00.775Z","avatar_url":"https://github.com/probably-not.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# q\n\nAn attempt at building out the lock-free, concurrent, generic queue in 32 bits described [here](https://nullprogram.com/blog/2022/05/14/).\n\nWe might not get it in 32 bits, but let's see.\n\n## Caveats, Notes, etc.\n\nThis is probably not ready for production. There are a lot of caveats for working with it (see the package docs for more information).\n\nThis is not meant as a \"better channel\" implementation, it is very much not an implementation of a channel, and it barely does anything that channels do.\n\nThis is 100% a learning project to see whether I could implement the design found in the link above, along with seeing how to squeeze out every inch of performance that I can from it.\n\nThis only supports Go 1.17+, since we are using features only available after Go 1.17.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobably-not%2Fq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprobably-not%2Fq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobably-not%2Fq/lists"}