petewarden / c_hashmapLinks
A simple string hashmap in C
☆535Updated last year
Alternatives and similar repositories for c_hashmap
Users that are interested in c_hashmap are comparing it to the libraries listed below
Sorting:
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆445Updated last month
- tpl - a small binary serialization library for C☆382Updated 6 months ago
- A type-safe hash map implementation for C☆601Updated 3 years ago
- qLibc is a simple and yet powerful C library providing generic data structures and algorithms.☆1,007Updated last year
- Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.☆276Updated 5 months ago
- Asynchronous networking for C☆1,458Updated 5 years ago
- Simple HTTP client in C☆301Updated last year
- A simple C Thread pool implementation☆885Updated 4 years ago
- #️⃣ single header hashmap implementation for C and C++☆442Updated 3 months ago
- A tiny ANSI C library for loading .ini config files☆377Updated last year
- C doubly linked list☆456Updated 3 months ago
- A ring buffer implemented in C☆436Updated last year
- Lightweight JSON library written in C.☆1,432Updated last year
- Multi platform HTTP and HTTPS library☆1,015Updated 6 months ago
- Super Light Regexp engine for C/C++☆543Updated 4 years ago
- This is a github mirror of thttpd (http://www.acme.com/software/thttpd/)☆288Updated 6 years ago
- Hash map implementation in C.☆961Updated 2 months ago
- C hash implementation based on khash☆172Updated 3 months ago
- JSON-RPC in C (server only for now)☆234Updated last year
- A type-safe dynamic array implementation for C☆481Updated 4 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…☆554Updated 2 years ago
- SGLIB - A Simple Generic Library for C (originally by Marian Vittek and not maintained by Stefan Tauner at all!)☆188Updated 8 years ago
- C library of key-value data structures.☆295Updated 5 years ago
- LibU is a multiplatform utility library written in C, with APIs for handling memory allocation, networking and URI parsing, string manipu…