armon / c-minheap-array
Implements a Min-Heap / Priority Queue in C using a simple array.
☆55Updated 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
- unrolled skip list library for C☆21Updated 5 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)☆43Updated 5 years ago
- single file C libraries☆38Updated 2 months ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 9 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Fast C/C++ memory allocator with free-all operation☆54Updated 9 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆54Updated 5 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- Multiple Producers / Multiple Consumers Message Passing Pool☆19Updated 10 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Intrusive data structures for C☆56Updated 7 years ago
- C++ reflection framework (for fun)☆14Updated 10 years ago
- Tiny format/mustache templating library (C++11)☆23Updated 8 years ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 13 years ago
- Lightweight logging library for C/C++☆33Updated last year
- Tools to facilitate data-oriented design in C99.☆41Updated 4 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 7 years ago
- Concurrent trie-hash map library☆91Updated last year
- a tiny string library☆23Updated 9 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 2 years ago
- skiplist library for C.☆53Updated 8 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago