{"id":13299698,"url":"https://github.com/reddec/slowqueue","last_synced_at":"2025-03-15T17:27:12.531Z","repository":{"id":57712009,"uuid":"511917970","full_name":"reddec/slowqueue","owner":"reddec","description":"Thread-safe consistent queue, relatively slow, for a lot of large elements, with small, fixed memory footprint, designed for embedded, edge or other memory constraint devices","archived":false,"fork":false,"pushed_at":"2022-07-08T14:10:58.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T00:06:40.638Z","etag":null,"topics":["edge","embedded","golang","queue","zero-dependency"],"latest_commit_sha":null,"homepage":"","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/reddec.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}},"created_at":"2022-07-08T14:10:15.000Z","updated_at":"2022-07-08T14:12:17.000Z","dependencies_parsed_at":"2022-09-26T21:31:04.194Z","dependency_job_id":null,"html_url":"https://github.com/reddec/slowqueue","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/reddec%2Fslowqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fslowqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fslowqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddec%2Fslowqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reddec","download_url":"https://codeload.github.com/reddec/slowqueue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243764871,"owners_count":20344496,"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":["edge","embedded","golang","queue","zero-dependency"],"created_at":"2024-07-29T17:37:47.000Z","updated_at":"2025-03-15T17:27:12.504Z","avatar_url":"https://github.com/reddec.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slow queue\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/reddec/slowqueue.svg)](https://pkg.go.dev/github.com/reddec/slowqueue)\n\n[Slow queue](https://pkg.go.dev/github.com/reddec/slowqueue/queue) is classical FIFO queue, based on approach where one file is one element.\n\nDesigned compromises and features:\n\n- Store as minimal as possible information in memory.\n- Number of elements and element sized only limited by underlying file storage.\n- Designed to handle a lot of large elements by with reasonable compromise of speed in memory-constraint environments\n- Consistent and fault-tolerant.\n- Zero dependencies.\n\nDoes NOT support access to the same queue from different processes, however, it is **go-routine safe**.\n\n**Summary**: it's thread-safe consistent queue, relatively slow (~3-4k push-poll ops / second), for large elements, \nwith small, fixed memory footprint, designed for embedded, edge or other memory constraint devices.\n\nAdditional helpers:\n\n- [Processor](https://pkg.go.dev/github.com/reddec/slowqueue/processor): async tasks processor with retries and TTL","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddec%2Fslowqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freddec%2Fslowqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddec%2Fslowqueue/lists"}