{"id":17334312,"url":"https://github.com/alpsayin/pure_c_collections","last_synced_at":"2025-03-27T06:45:58.475Z","repository":{"id":147700320,"uuid":"441668500","full_name":"alpsayin/pure_c_collections","owner":"alpsayin","description":"A collection of Arraylist, Linkedlist, Set, and Dict written purely in C for embedded devices. ","archived":false,"fork":false,"pushed_at":"2022-04-18T21:12:37.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T12:08:57.992Z","etag":null,"topics":["arraylist","c","linkedlist","object-oriented-c"],"latest_commit_sha":null,"homepage":"","language":"C","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/alpsayin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.buymeacoffee.com/alpsayin"]}},"created_at":"2021-12-25T11:50:02.000Z","updated_at":"2022-01-01T20:54:38.000Z","dependencies_parsed_at":"2023-06-27T17:00:47.853Z","dependency_job_id":null,"html_url":"https://github.com/alpsayin/pure_c_collections","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"48d5f87f00f452de5cbb48e80de2f8bb79402818"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpsayin%2Fpure_c_collections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpsayin%2Fpure_c_collections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpsayin%2Fpure_c_collections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpsayin%2Fpure_c_collections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpsayin","download_url":"https://codeload.github.com/alpsayin/pure_c_collections/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798537,"owners_count":20673902,"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":["arraylist","c","linkedlist","object-oriented-c"],"created_at":"2024-10-15T15:05:42.791Z","updated_at":"2025-03-27T06:45:58.453Z","avatar_url":"https://github.com/alpsayin.png","language":"C","funding_links":["https://www.buymeacoffee.com/alpsayin"],"categories":[],"sub_categories":[],"readme":"# pure_c_collections\n\nFinally I decided implement the most common collections that I myself usually need. All implementations support \"objects\". APIs are not necessarily consistent. Implementations are not necessarily efficient for large lists. \n\n - Arraylist: a preallocated fixed size list\n - Linkedlist: good old double linked linkedlist which can be used as a stack \u0026| queue\n\n### TODO:\n - Set: based on the linkedlist implementation (i.e. no hashmap)\n - Dict: will be based on the set implementation (i.e. no hashmap)\n - \"Proper\" unit tests: currently there are a few test functions that can be called in main\n\n Set and Dict should ideally use hashmaps but that will complicate things a lot.\n For the time being this is/will be a library for small/embedded use-cases where sizes shouldnt grow too big.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpsayin%2Fpure_c_collections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpsayin%2Fpure_c_collections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpsayin%2Fpure_c_collections/lists"}