armon / c-minheap-arrayLinks
Implements a Min-Heap / Priority Queue in C using a simple array.
☆57Updated 5 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:
- 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 14 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆29Updated 11 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- skiplist library for C.☆54Updated 9 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 3 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 4 years ago
- Intrusive data structures for C☆63Updated 8 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆56Updated 5 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆59Updated 6 years ago
- C11 Lock-free Stack☆184Updated last year
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A generic C memory pool☆100Updated 9 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- A just-in-time compiler for c minus☆46Updated 12 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 8 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- single file C libraries☆40Updated 11 months ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 14 years ago
- A splaytree ADT written in C with a BSD license☆18Updated 5 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 4 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆54Updated 6 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- Concurrent trie-hash map library☆93Updated 2 years ago
- Fast, efficient string interning☆100Updated 8 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- C99 trie library☆101Updated 6 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆125Updated last year