rxi / mapLinks
A type-safe hash map implementation for C
☆590Updated 2 years ago
Alternatives and similar repositories for map
Users that are interested in map are comparing it to the libraries listed below
Sorting:
- A type-safe dynamic array implementation for C☆473Updated 4 years ago
- #️⃣ single header hashmap implementation for C and C++☆425Updated 10 months ago
- tpl - a small binary serialization library for C☆378Updated 2 months ago
- Asynchronous networking for C☆1,449Updated 4 years ago
- A simple string hashmap in C☆536Updated 9 months ago
- A dynamic array implementation in C similar to the one found in standard C++☆805Updated last month
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆567Updated 11 months ago
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆273Updated 3 weeks 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…