{"id":5234923,"name":"github.com/adrianbrad/queue","ecosystem":"go","description":"Package queue provides multiple thread-safe generic queue implementations.\nCurrently, there are 2 available implementations:\n\nA blocking queue, which provides methods that wait for the\nqueue to have available elements when attempting to retrieve an element, and\nwaits for a free slot when attempting to insert an element.\n\nA priority queue based on a container.Heap. The elements in the queue\nmust implement the Lesser interface, and are ordered based on the\nLess method. The head of the queue is always the highest priority element.\n\nA circular queue, which is a queue that uses a fixed-size slice as\nif it were connected end-to-end. When the queue is full, adding a new element to the queue\noverwrites the oldest element.\n\nA linked queue, implemented as a singly linked list, offering O(1)\ntime complexity for enqueue and dequeue operations. The queue maintains pointers\nto both the head (front) and tail (end) of the list for efficient operations\nwithout the need for traversal.","homepage":"https://github.com/adrianbrad/queue","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/adrianbrad/queue","keywords_array":[],"namespace":"github.com/adrianbrad","versions_count":21,"first_release_published_at":"2022-09-01T11:44:19.000Z","latest_release_published_at":"2026-04-21T09:03:55.000Z","latest_release_number":"v1.7.0","last_synced_at":"2026-05-29T23:02:10.466Z","created_at":"2022-09-11T01:31:50.142Z","updated_at":"2026-05-29T23:02:10.466Z","registry_url":"https://pkg.go.dev/github.com/adrianbrad/queue","install_command":"go get github.com/adrianbrad/queue","documentation_url":"https://pkg.go.dev/github.com/adrianbrad/queue#section-documentation","metadata":{},"repo_metadata":{"uuid":"531485124","full_name":"adrianbrad/queue","owner":"adrianbrad","description":"⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.","archived":false,"fork":false,"pushed_at":"2023-10-24T20:27:22.000Z","size":76,"stargazers_count":206,"open_issues_count":1,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2023-10-25T21:26:02.622Z","etag":null,"topics":["blocking-queue","circular-queue","generic","go","golang","priority-queue","queue","thread-safe"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/adrianbrad/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/adrianbrad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-09-01T11:18:16.000Z","updated_at":"2023-10-25T18:36:21.000Z","dependencies_parsed_at":"2023-02-18T11:05:23.324Z","dependency_job_id":"c9121b7a-0b11-4683-b36b-156e847558bf","html_url":"https://github.com/adrianbrad/queue","commit_stats":{"total_commits":51,"total_committers":1,"mean_commits":51.0,"dds":0.0,"last_synced_commit":"83b2620334e52f668bd5fa9e979ef44d69731213"},"previous_names":[],"tags_count":17,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrianbrad","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":167748135,"owners_count":9153277,"icon_url":"https://github.com/github.png","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"},"owner_record":{"login":"adrianbrad","name":"Adrian Brad","uuid":"19624457","kind":"user","description":"just go. developing win.app","email":"","website":"adrianbrad.com","location":"Cluj-Napoca","twitter":"adrian_brad","company":null,"icon_url":"https://avatars.githubusercontent.com/u/19624457?u=5f2a6a2c403753b5693fd31cefa667db01839512\u0026v=4","repositories_count":7,"last_synced_at":"2023-10-24T21:35:45.259Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/adrianbrad","created_at":"2023-10-24T21:35:47.913Z","updated_at":"2023-10-24T21:35:47.913Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrianbrad","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrianbrad/repositories"},"tags":[{"name":"v1.3.0","sha":"d31d50b69d473fe1e7d22eb25a43c2092012f296","kind":"commit","published_at":"2023-10-24T20:27:19.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v1.3.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"8a6f43925a9150db47bcb4c0260a173028b9dd7f","kind":"commit","published_at":"2023-05-08T07:48:23.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v1.2.1","html_url":"https://github.com/adrianbrad/queue/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"3a91fcedcb885c299e8ddd23b07e6c88d1857916","kind":"commit","published_at":"2023-04-14T20:35:48.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v1.2.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"000dc9dd503083e177b88c9c88f6607026c3dcc4","kind":"commit","published_at":"2023-03-22T22:47:44.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v1.1.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.1.0/manifests"},{"name":"v0.9.0","sha":"83b2620334e52f668bd5fa9e979ef44d69731213","kind":"commit","published_at":"2023-02-03T20:36:36.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.9.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.9.0/manifests"},{"name":"v1.0.0","sha":"83b2620334e52f668bd5fa9e979ef44d69731213","kind":"commit","published_at":"2023-02-03T20:36:36.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v1.0.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v1.0.0/manifests"},{"name":"v0.8.0","sha":"333383983be7ac8ad49b1e271c6ae02dc1f3b115","kind":"commit","published_at":"2023-01-25T18:08:04.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.8.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"1eaeebf4feaaa675da26147970d3fc969f37e2aa","kind":"commit","published_at":"2023-01-13T11:15:09.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.7.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"6818e4070e0fd50b6e49fd46b4b6e0ed051820c7","kind":"commit","published_at":"2023-01-12T20:09:15.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.6.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"7ce3b8c70b517d470e8ffc99aea0f20668a43edb","kind":"commit","published_at":"2023-01-08T20:59:59.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.5.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"00883b441b863c96d0ce57e2b944394b020690fd","kind":"commit","published_at":"2022-09-12T09:00:23.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.4.1","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"f0e44e1e9109bdf40f890c1f2c84cd9f7504d8c3","kind":"commit","published_at":"2022-09-11T17:37:28.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.4.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"411a79e558f2199a242469119acb4cbdf71ae013","kind":"commit","published_at":"2022-09-03T07:56:53.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.3.1","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"df2c08d2b37372f7d4b75cfef17bd6882f5eff38","kind":"commit","published_at":"2022-09-02T18:42:26.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.3.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"d8da0119ae3a567ad0d20ceb676e3d0804ecddb0","kind":"commit","published_at":"2022-09-01T19:45:38.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.2.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.2.0/manifests"},{"name":"v0.1.1","sha":"b45837984ce8766227a0d1b7f0fc24024e224f92","kind":"commit","published_at":"2022-09-01T12:10:47.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.1.1","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"1231936ea14bd51de24f8c2705b973b6c7cc8f24","kind":"commit","published_at":"2022-09-01T11:44:19.000Z","download_url":"https://codeload.github.com/adrianbrad/queue/tar.gz/v0.1.0","html_url":"https://github.com/adrianbrad/queue/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianbrad%2Fqueue/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2023-10-25T21:26:13.164Z","dependent_packages_count":8,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":3.4878907265564063,"dependent_packages_count":2.836529808211507,"stargazers_count":3.5942843429394236,"forks_count":6.100833949963002,"docker_downloads_count":null,"average":4.004884706917585},"purl":"pkg:golang/github.com/adrianbrad/queue","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/adrianbrad/queue","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/adrianbrad/queue","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/adrianbrad/queue/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-06-01T11:22:12.100Z","issues_count":1,"pull_requests_count":5,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":519023.4,"issues_closed_count":0,"pull_requests_closed_count":5,"pull_request_authors_count":3,"issue_authors_count":1,"avg_comments_per_issue":0.0,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":2,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":1,"past_year_pull_requests_count":5,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":519023.4,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":2.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":2},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fadrianbrad%2Fqueue/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fadrianbrad%2Fqueue/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fadrianbrad%2Fqueue/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fadrianbrad%2Fqueue/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fadrianbrad%2Fqueue/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fadrianbrad%2Fqueue/codemeta","maintainers":[]}