armon / c-minheap-array
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
- 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
- A simple C hash table (open addressing and rehashing) for embedding into projects☆58Updated 6 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 10 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 7 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 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
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- skiplist library for C.☆53Updated 8 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 13 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 7 years ago
- Coroutine library in C.☆20Updated 4 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Lock-free allocator as described by Maged M. Michael, 2004☆45Updated 11 years ago
- Red-black tree C implementation☆37Updated 6 years ago
- single file C libraries☆38Updated 3 months ago
- Robin Hood hash map library☆62Updated 3 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆28Updated 6 years ago
- Free-List Memory Pool of fixed-size objects in C99☆48Updated 2 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆86Updated 3 years ago
- A universal thread-safe memory pool.☆26Updated 6 years ago
- A tiny lexical analyser generator☆19Updated 13 years ago
- ☆21Updated 7 years ago
- A small header C library to print stack trace on execution if an exception occurs (such as segmentation fault).☆22Updated 7 years ago