Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
☆283Jan 11, 2026Updated 2 months ago
Alternatives and similar repositories for hashmap
Users that are interested in hashmap are comparing it to the libraries listed below
Sorting:
- Hash map implementation in C.☆1,008Aug 19, 2025Updated 7 months ago
- A generic hashmap implementation in C☆13Mar 11, 2011Updated 15 years ago
- #️⃣ single header hashmap implementation for C and C++☆455Jul 18, 2025Updated 8 months ago
- A simple string hashmap in C☆538Aug 17, 2024Updated last year
- A fast hash map/hash table (whatever you want to call it) for the C programming language.☆186Nov 16, 2025Updated 4 months ago
- A dynamic array implementation in C similar to the one found in standard C++☆866Nov 16, 2025Updated 4 months ago
- qLibc is a simple and yet powerful C library providing generic data structures and algorithms.☆1,014Dec 15, 2025Updated 3 months ago
- M*LIB is a library of generic and type safe containers / data structures in pure C language (C99 / C11) for a wide collection of containe…☆1,087Feb 22, 2026Updated 3 weeks ago
- Tiny epoll-based event loop library for event-driven Linux applications☆26Apr 16, 2022Updated 3 years ago
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆594Jun 26, 2024Updated last year
- C library of key-value data structures.☆295Mar 22, 2020Updated 5 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆447Oct 25, 2025Updated 4 months ago
- Single-file public domain libraries for C/C++☆2,230Jan 20, 2026Updated 2 months ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆31Dec 29, 2012Updated 13 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆57Jan 15, 2020Updated 6 years ago
- A header only library written in C that resembles C++ std::vector more commonly known as a dynamic array☆16Sep 24, 2020Updated 5 years ago
- Common libraries and data structures for C.☆2,559Feb 15, 2025Updated last year
- A C project template with support for CMake and Unity test framework☆11Jun 12, 2018Updated 7 years ago
- Robin Hood hash map library☆68Sep 4, 2021Updated 4 years ago
- A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forw…☆1,852Mar 11, 2026Updated last week
- A Tiny Garbage Collector for C☆1,087Jun 26, 2023Updated 2 years ago
- Harpoon demo applications☆12Dec 15, 2025Updated 3 months ago
- 📐 Pushing the boundaries of simplicity☆1,059Apr 26, 2025Updated 10 months ago
- A type-safe hash map implementation for C☆606Oct 5, 2022Updated 3 years ago
- awaitable coroutine library for C☆638Oct 3, 2023Updated 2 years ago
- 🔗 Common Data Structures and Algorithms☆55Jul 8, 2025Updated 8 months ago
- A standalone and lightweight C library☆4,635Dec 22, 2025Updated 2 months ago
- using hashmap on MCUs☆18Mar 23, 2023Updated 2 years ago
- Dynamic arbitrary typed array using fat pointers and macros.☆17Dec 1, 2016Updated 9 years ago
- C MACROS for go-like defer in C which can be used for explicit RAII☆35Feb 8, 2020Updated 6 years ago
- Simple assertion macros for C☆29Apr 28, 2017Updated 8 years ago
- libsrt is a C library for writing fast and safe C code, faster. It provides string, vector, bit set, set, map, hash set, and hash map han…☆553Feb 22, 2023Updated 3 years ago
- Single file, STB-style, "lib" to generate uuid:s.☆31Sep 2, 2016Updated 9 years ago
- This is my REALLY FAST implementation of a hash table in C, in 150 lines of code.☆48Nov 30, 2021Updated 4 years ago
- C doubly linked list☆464Jul 16, 2025Updated 8 months ago
- Portable base library for C programmers, designed for performance and simplicity.☆879Jul 8, 2022Updated 3 years ago
- Dynamic-language-like data structure for C☆15Jun 13, 2016Updated 9 years ago
- Smart pointers for the (GNU) C programming language☆1,713Nov 2, 2022Updated 3 years ago
- A Brainfuck frontend for GCC☆12Jan 14, 2019Updated 7 years ago