{"id":25055204,"url":"https://github.com/dennisfrancis/generic-hashtable","last_synced_at":"2025-07-12T15:37:06.735Z","repository":{"id":5997559,"uuid":"7220337","full_name":"dennisfrancis/generic-hashtable","owner":"dennisfrancis","description":"A generic hash table in C","archived":false,"fork":false,"pushed_at":"2025-01-10T10:49:26.000Z","size":36,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T23:41:51.498Z","etag":null,"topics":["c","dynamic-library","generic","hashtable"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dennisfrancis.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":"2012-12-18T09:00:51.000Z","updated_at":"2025-01-10T10:49:30.000Z","dependencies_parsed_at":"2025-02-06T12:40:51.734Z","dependency_job_id":null,"html_url":"https://github.com/dennisfrancis/generic-hashtable","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/dennisfrancis%2Fgeneric-hashtable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennisfrancis%2Fgeneric-hashtable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennisfrancis%2Fgeneric-hashtable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennisfrancis%2Fgeneric-hashtable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dennisfrancis","download_url":"https://codeload.github.com/dennisfrancis/generic-hashtable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248862622,"owners_count":21173838,"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","dynamic-library","generic","hashtable"],"created_at":"2025-02-06T12:29:15.902Z","updated_at":"2025-04-14T10:32:48.979Z","avatar_url":"https://github.com/dennisfrancis.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generic HashTable library in C\nThis is a hash table library in C where key type, value type and hash function are user defined.\n\n# Source Files\n1. `dll.h` - Doubly linked list header\n2. `dll.c` - Doubly linked list implementation\n3. `hash.h` - Hash table header\n4. `hash.c` - Hash table implementation using separate chaining\n5. `test_ll.c` - A sample program used to test the functionality of doubly linked list library.\n6. `test_hash.c` - A sample program used to test the functionality of hash table library.\n\n## How to build?\n\nThe project uses a standard cmake build system. To build:\n```\ncd build\ncmake -S .. -B . -DCMAKE_BUILD_TYPE=Release  # Use Debug for debug build or RelWithDebInfo for symbols enabled build.\nmake -j3                                     # This will build and run the test-suite.\n```\nThe libraries and test binaries will be available in build once the above steps are done.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennisfrancis%2Fgeneric-hashtable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennisfrancis%2Fgeneric-hashtable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennisfrancis%2Fgeneric-hashtable/lists"}