rxi / mapLinks
A type-safe hash map implementation for C
☆605Updated 3 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☆488Updated 5 years ago
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆281Updated 2 weeks ago
- #️⃣ single header hashmap implementation for C and C++☆449Updated 6 months ago
- qLibc is a simple and yet powerful C library providing generic data structures and algorithms.☆1,008Updated last month
- A simple string hashmap in C☆538Updated last year
- A tiny ANSI C library for loading .ini config files☆382Updated 2 years ago
- Asynchronous networking for C☆1,455Updated 5 years ago
- tpl - a small binary serialization library for C☆385Updated 10 months ago
- Binary Serialization☆477Updated 6 months ago
- Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C☆592Updated last year
- 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,068Updated this week
- 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…