# c_hashmap **Repository Path**: iproject888/c_hashmap ## Basic Information - **Project Name**: c_hashmap - **Description**: C语言实现的hashmap - **Primary Language**: C - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-08-24 - **Last Updated**: 2026-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a simple C hashmap, using strings for the keys. Originally based on code by Eliot Back at http://elliottback.com/wp/hashmap-implementation-in-c/ # hashmap 与 list 遍历对比测试步骤 ```shell gcc -o test hash_list_cmp_test.c hashmap.c ./test ```