xant / libhl
Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues
☆431Updated 5 months ago
Alternatives and similar repositories for libhl:
Users that are interested in libhl are comparing it to the libraries listed below
- 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…☆550Updated last year
- Lock-free ring buffer (MPSC)☆455Updated 5 years ago
- tpl - a small binary serialization library for C☆374Updated 3 years ago
- A ring buffer implemented in C☆427Updated 11 months ago
- qLibc is a simple and yet powerful C library providing generic data structures and algorithms.☆987Updated 8 months ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆142Updated 7 years ago
- A simple, easily embeddable cross-platform C library☆377Updated last year
- A simple string hashmap in C☆529Updated 6 months ago
- C hash implementation based on khash☆170Updated 2 years ago
- Tiny C string library☆199Updated last year
- timer.c: Tickless hierarchical timing wheel☆225Updated last year
- Small configuration file parser library for C.☆485Updated last year
- Protocol Buffers C RPC implementation☆191Updated 4 years ago
- LibU is a multiplatform utility library written in C, with APIs for handling memory allocation, networking and URI parsing, string manipu…☆442Updated 2 years ago
- C library of key-value data structures.☆291Updated 4 years ago
- A simple thread-safe FIFO in C.☆388Updated 2 years ago
- A circular buffer alternative written in C under a BSD license☆138Updated 5 years ago
- Simple C library for parsing URLs with zero-copy and no mallocs.☆136Updated 3 years ago
- Lightweight event loop library for Linux epoll() family APIs☆241Updated 11 months ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language