{"id":16086534,"url":"https://github.com/gammazero/ring","last_synced_at":"2025-04-05T14:41:33.550Z","repository":{"id":62867480,"uuid":"556997647","full_name":"gammazero/ring","owner":"gammazero","description":"Fixed-size circular deque","archived":false,"fork":false,"pushed_at":"2022-10-24T23:05:48.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-18T11:12:43.801Z","etag":null,"topics":["circular-queue","deque"],"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/gammazero.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-10-24T22:50:58.000Z","updated_at":"2024-03-09T22:02:21.000Z","dependencies_parsed_at":"2022-11-08T06:49:18.570Z","dependency_job_id":null,"html_url":"https://github.com/gammazero/ring","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/gammazero%2Fring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammazero%2Fring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammazero%2Fring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammazero%2Fring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gammazero","download_url":"https://codeload.github.com/gammazero/ring/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353679,"owners_count":20925324,"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":["circular-queue","deque"],"created_at":"2024-10-09T13:13:32.007Z","updated_at":"2025-04-05T14:41:33.527Z","avatar_url":"https://github.com/gammazero.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ring\nFixed-size circular deque\n\n## Description\n\nRing is a fixed-size circular queue, where items can be effiifiently added and removed from either end. The number of items that can be stored in the ring is set at creation, and if the capacity is exceeded the end of the Ring being added to overwrites the other end of the Ring.\n\n## Generics\n\nRing uses generics to create a Ring that contains items of the type specified. To create a Ring that holds a specific type, provide a type argument to `New`. For example:\n```go\n    stringRing := ring.New[string](10)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammazero%2Fring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgammazero%2Fring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammazero%2Fring/lists"}