{"id":16508508,"url":"https://github.com/osteele/sparseringbuffer.java","last_synced_at":"2025-06-11T01:04:19.950Z","repository":{"id":66371799,"uuid":"558789537","full_name":"osteele/SparseRingBuffer.java","owner":"osteele","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-30T11:23:24.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-11T01:03:58.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/osteele.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,"zenodo":null}},"created_at":"2022-10-28T09:51:51.000Z","updated_at":"2022-10-28T09:54:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"79444874-f80a-456a-ac91-d7e3b61abd42","html_url":"https://github.com/osteele/SparseRingBuffer.java","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/osteele%2FSparseRingBuffer.java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osteele%2FSparseRingBuffer.java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osteele%2FSparseRingBuffer.java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osteele%2FSparseRingBuffer.java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osteele","download_url":"https://codeload.github.com/osteele/SparseRingBuffer.java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osteele%2FSparseRingBuffer.java/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259178485,"owners_count":22817385,"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-11T15:45:55.685Z","updated_at":"2025-06-11T01:04:19.923Z","avatar_url":"https://github.com/osteele.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpringRingBuffer.java\n\n`SparseRingBuffer` implements a sparse list of integers stored in a fixed-size\nring buffer.\n\nThe buffer is sparse in time, not space: like a ring buffer, it uses fixed-size\narrays that are sized for the largest possible number of samples; but like a\nlinked list, each entry contains a pointer to the next populated entry, and is\npossible to skip entries.\n\nThe class uses names from java.util.AbstractList and\njava.util.AbstractCollection, but it does not implement those interfaces: first,\nbecause it implements only the functionality that I have needed for my specific\nuse cases; second, because it is specalized to the `int` primitive type, which\nis not possible at the time of this writing with Java generics.\n\nI wrote this for \u003chttps://github.com/osteele/SerialPlotter\u003e, and ended up\ndeveloping this part of it outside of Processing so that I could use Java\ndevelopment tools to develop the ring buffer class.\n\n## License\n\nCopyright (c) 2022 Oliver Steele.\n\nAvailable under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosteele%2Fsparseringbuffer.java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosteele%2Fsparseringbuffer.java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosteele%2Fsparseringbuffer.java/lists"}