{"id":19796774,"url":"https://github.com/retrodev256/c-hash-table","last_synced_at":"2025-07-23T13:11:08.943Z","repository":{"id":144524461,"uuid":"320279260","full_name":"RetroDev256/c-hash-table","owner":"RetroDev256","description":"Semi static hash table implementation, where a fixed number of buckets are implimented, and adding elements by key type are dynamically added.","archived":false,"fork":false,"pushed_at":"2020-12-10T13:28:17.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T16:12:57.091Z","etag":null,"topics":[],"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/RetroDev256.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":"2020-12-10T13:21:56.000Z","updated_at":"2020-12-10T13:28:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e6f4f1e-9f8f-4b2b-8a63-1058210fbb2a","html_url":"https://github.com/RetroDev256/c-hash-table","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RetroDev256/c-hash-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetroDev256%2Fc-hash-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetroDev256%2Fc-hash-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetroDev256%2Fc-hash-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetroDev256%2Fc-hash-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RetroDev256","download_url":"https://codeload.github.com/RetroDev256/c-hash-table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RetroDev256%2Fc-hash-table/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266682672,"owners_count":23967837,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-12T07:22:12.530Z","updated_at":"2025-07-23T13:11:08.911Z","avatar_url":"https://github.com/RetroDev256.png","language":"C++","readme":"# C++ Semi static hash table\nSemi static hash table implementation, where a fixed number of buckets are implemented, and adding elements by key type are dynamically added.\n\nThis implementation is the third in a series of basic data storage types that I am making, to help me and others understand their inner workings.\nThe hash table is:\n\n\tCollision proof (as it compares keys, and not hashes of keys... etc)\n\tDynamically growing (not the buckets, but the number of elements)\n\tNot well tested (Intended for educational purposes only, for now, you are most likely better off with standard library)\n\tAble to add elements, remove elements, access elements by reference, and find if the table contains an element.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretrodev256%2Fc-hash-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretrodev256%2Fc-hash-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretrodev256%2Fc-hash-table/lists"}