{"id":20637675,"url":"https://github.com/isebasus/hashmap","last_synced_at":"2026-06-20T18:31:55.871Z","repository":{"id":129818988,"uuid":"498971041","full_name":"isebasus/hashmap","owner":"isebasus","description":"A very cool hashmap written in C","archived":false,"fork":false,"pushed_at":"2023-01-03T03:54:15.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T05:26:35.272Z","etag":null,"topics":["c","funny","hashmap"],"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/isebasus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-06-02T02:56:26.000Z","updated_at":"2024-09-30T03:53:24.000Z","dependencies_parsed_at":"2023-05-22T00:00:14.136Z","dependency_job_id":null,"html_url":"https://github.com/isebasus/hashmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/isebasus/hashmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fhashmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fhashmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fhashmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fhashmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isebasus","download_url":"https://codeload.github.com/isebasus/hashmap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isebasus%2Fhashmap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34581934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","funny","hashmap"],"created_at":"2024-11-16T15:15:31.474Z","updated_at":"2026-06-20T18:31:55.854Z","avatar_url":"https://github.com/isebasus.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗞️ hashmap \n\nA silly, basic hashmap written in C.\n\n# Documentation\n\nThe hashmap is created dynamically using `create_hashmap()` and freed using\n`delete_hashmap()`.\n\n```c\nhashmap_t *create_hashmap(uint32_t size);\n\nvoid delete_hashmap(hashmap_t **hm);\n```\n\nTo insert unique elements, we can use `hashmap_insert()` and\nto look up elements, we can use `hashmap_lookup`.\n\n```c\nvoid hashmap_insert(hashmap_t *hm, uint8_t *key, int value);\n\nint hashmap_lookup(hashmap_t *hm, uint8_t *key);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisebasus%2Fhashmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisebasus%2Fhashmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisebasus%2Fhashmap/lists"}