{"id":16842753,"url":"https://github.com/eapache/queue","last_synced_at":"2025-05-14T13:05:58.275Z","repository":{"id":16938356,"uuid":"19700217","full_name":"eapache/queue","owner":"eapache","description":"Fast golang queue using ring-buffer","archived":false,"fork":false,"pushed_at":"2023-04-09T12:37:38.000Z","size":25,"stargazers_count":624,"open_issues_count":0,"forks_count":76,"subscribers_count":21,"default_branch":"main","last_synced_at":"2025-05-13T22:12:13.212Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/eapache/queue","language":"Go","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/eapache.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}},"created_at":"2014-05-12T13:42:10.000Z","updated_at":"2025-05-07T22:18:02.000Z","dependencies_parsed_at":"2024-06-18T11:20:18.893Z","dependency_job_id":"f01639fb-bdc7-4bd4-b25e-df844216ce4f","html_url":"https://github.com/eapache/queue","commit_stats":{"total_commits":39,"total_committers":6,"mean_commits":6.5,"dds":"0.33333333333333337","last_synced_commit":"75960ed334e4188953b043222997f5b32b153e14"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eapache%2Fqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eapache%2Fqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eapache%2Fqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eapache%2Fqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eapache","download_url":"https://codeload.github.com/eapache/queue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149952,"owners_count":22022851,"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-13T12:48:24.673Z","updated_at":"2025-05-14T13:05:58.225Z","avatar_url":"https://github.com/eapache.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Queue\n=====\n\n[![Build Status](https://github.com/eapache/queue/actions/workflows/golang-ci.yml/badge.svg)](https://github.com/eapache/queue/actions/workflows/golang-ci.yml)\n[![GoDoc](https://godoc.org/github.com/eapache/queue?status.svg)](https://godoc.org/github.com/eapache/queue)\n[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-active-blue.svg)](https://eapache.github.io/conduct.html)\n\nA fast Golang queue using a ring-buffer, based on the version suggested by Dariusz Górecki.\nUsing this instead of other, simpler, queue implementations (slice+append or linked list) provides\nsubstantial memory and time benefits, and fewer GC pauses.\n\nThe queue implemented here is as fast as it is in part because it is *not* thread-safe.\n\nThe `v2` subfolder requires Go 1.18 or later and makes use of generics.\n\nFollows semantic versioning using https://gopkg.in/ - import from\n[`gopkg.in/eapache/queue.v1`](https://gopkg.in/eapache/queue.v1)\nfor guaranteed API stability.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feapache%2Fqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feapache%2Fqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feapache%2Fqueue/lists"}