armon / c-minheap-arrayLinks
Implements a Min-Heap / Priority Queue in C using a simple array.
☆57Updated 4 years ago
Alternatives and similar repositories for c-minheap-array
Users that are interested in c-minheap-array are comparing it to the libraries listed below
Sorting:
- unrolled skip list library for C☆21Updated 6 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- single file C libraries☆39Updated 6 months ago
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆28Updated 10 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆59Updated 6 years ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 2 years ago
- Lightweight logging library for C/C++☆34Updated 2 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Coroutine library in C.☆20Updated 4 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated last year
- Intrusive data structures for C☆60Updated 8 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆55Updated 5 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 8 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 8 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 14 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆43Updated 8 years ago
- Netstring parsing in C☆36Updated 4 years ago
- Region based memory allocator☆15Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- skiplist library for C.☆54Updated 8 years ago
- lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆31Updated 6 years ago
- Dictionary implemented through a skiplist☆15Updated 11 years ago
- Lock-free memory allocator☆22Updated last year
- Stackless coroutine compiler for C☆46Updated 5 years ago
- A simple C Thread pool implementation☆13Updated 5 years ago
- C library for parsing JSON config files☆34Updated 6 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆27Updated 10 years ago