{"id":15691602,"url":"https://github.com/zkat/cl-speedy-queue","last_synced_at":"2026-01-08T01:53:04.672Z","repository":{"id":65998139,"uuid":"2477162","full_name":"zkat/cl-speedy-queue","owner":"zkat","description":"Lightweight, optimized queue implementation for CL","archived":false,"fork":false,"pushed_at":"2015-01-13T08:50:57.000Z","size":124,"stargazers_count":8,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-05T14:14:57.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","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/zkat.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}},"created_at":"2011-09-28T19:01:38.000Z","updated_at":"2023-11-25T16:33:49.000Z","dependencies_parsed_at":"2023-02-19T20:55:24.391Z","dependency_job_id":null,"html_url":"https://github.com/zkat/cl-speedy-queue","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/zkat%2Fcl-speedy-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fcl-speedy-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fcl-speedy-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fcl-speedy-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkat","download_url":"https://codeload.github.com/zkat/cl-speedy-queue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246317425,"owners_count":20757958,"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-03T18:22:27.112Z","updated_at":"2026-01-08T01:53:04.646Z","avatar_url":"https://github.com/zkat.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\ncl-speedy-queue is a portable, non-consing, optimized queue implementation. It was originally\nwritten by [Adlai Chandrasekhar](http://github.com/adlai) for use in\n[ChanL](http://github.com/zkat/chanl).\n\n# API\n\n*[function]* `make-queue size`\n\n  Creates a new queue of SIZE.\n\n*[function]* `enqueue object queue`\n\n  Enqueues OBJECT in QUEUE.\n  \n*[function]* `dequeue queue`\n\n  Dequeues QUEUE.\n  \n*[function]* `queue-count queue`\n\n  Returns the current size of QUEUE.\n  \n*[function]* `queue-length queue`\n\n  Returns the maximum size of QUEUE.\n  \n*[function]* `queue-peek queue`\n\n  Returns the next item that would be dequeued without dequeueing it.\n\n*[function]* `queue-full-p queue`\n\n  Returns NIL if more items can be enqueued.\n  \n*[function]* `queue-empty-p queue`\n\n  Returns NIL if there are still items in the queue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkat%2Fcl-speedy-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkat%2Fcl-speedy-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkat%2Fcl-speedy-queue/lists"}