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
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆28Updated 10 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- C11 Lock-free Stack☆183Updated last year
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- single file C libraries☆40Updated 6 months ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆59Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- Free-List Memory Pool of fixed-size objects in C99☆49Updated 2 years ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 14 years ago
- Minimize lock-free queue ever!☆132Updated 6 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 2 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Fast, efficient string interning☆97Updated 7 years ago
- Intrusive data structures for C☆60Updated 8 years ago
- Concurrent trie-hash map library☆92Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- a fast fixed size block allocator☆20Updated 9 years ago
- memory pool allocator☆50Updated 12 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- DWARF debug info viewer using GTK+☆54Updated 4 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆55Updated 5 years ago
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- A generic C memory pool☆100Updated 8 years ago