{"id":15735182,"url":"https://github.com/aichingm/libds","last_synced_at":"2025-03-31T03:47:04.954Z","repository":{"id":257808834,"uuid":"865399891","full_name":"aichingm/libds","owner":"aichingm","description":"libds is a collection of header only data structures","archived":false,"fork":false,"pushed_at":"2024-10-24T22:43:50.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T08:31:47.702Z","etag":null,"topics":["c","data-structures","header-only","header-only-library"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aichingm.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}},"created_at":"2024-09-30T13:22:25.000Z","updated_at":"2024-10-24T22:43:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d8dc9e9-7907-4840-bddb-0e7bc652dc17","html_url":"https://github.com/aichingm/libds","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"2d3e0846e226792b2e5238ba5c4e8baebe704744"},"previous_names":["aichingm/libds"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichingm%2Flibds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichingm%2Flibds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichingm%2Flibds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichingm%2Flibds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aichingm","download_url":"https://codeload.github.com/aichingm/libds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413245,"owners_count":20773053,"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":["c","data-structures","header-only","header-only-library"],"created_at":"2024-10-04T01:10:38.717Z","updated_at":"2025-03-31T03:47:04.924Z","avatar_url":"https://github.com/aichingm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Libds\n\nLibds is a collection of header only data structures, released under the [AGPL-3.0-only](https://spdx.org/licenses/AGPL-3.0-only.html).\n\n## List\n\n[list.h](./src/list.h): a simple to use zero allocation doubly linked list.\n\n## Hash Map\n\n[hmap.h](./src/hmap.h): a open addressing hash map using linear probing as collision resolution mechanism.\n\n## License\n\n```\nCopyright (C) 2024 Mario Aichinger \u003caichingm@gmail.com\u003e\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichingm%2Flibds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faichingm%2Flibds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichingm%2Flibds/lists"}