armon / c-minheap-arrayLinks
Implements a Min-Heap / Priority Queue in C using a simple array.
☆56Updated 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:
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆28Updated 10 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 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
- unrolled skip list library for C☆21Updated 6 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆30Updated 3 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- skiplist library for C.☆54Updated 8 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Concurrent trie-hash map library☆91Updated last year
- A simple C hash table (open addressing and rehashing) for embedding into projects☆57Updated 6 years ago
- memory pool allocator☆50Updated 12 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 7 years ago
- W-TinyLFU cache C++11 header only implementation☆59Updated 6 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆41Updated 8 years ago
- Shared memory allocator☆20Updated 8 years ago
- C11 Lock-free Stack☆181Updated last year
- 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
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Portable Coroutine Library (unofficial fork -- original by Davide Libenzi http://www.xmailserver.org/libpcl.html )☆11Updated 14 years ago
- Intrusive data structures for C☆58Updated 7 years ago
- Benchmarks for our memory allocator☆64Updated last year
- Exception handling and smart pointer (automatic cleanup) libraries for C☆60Updated 11 years ago
- Lightweight logging library for C/C++☆33Updated 2 years ago
- single file C libraries☆38Updated 4 months ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 2 years ago