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
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆28Updated 10 years ago
- unrolled skip list library for C☆21Updated 5 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆76Updated 9 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆34Updated 11 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 9 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆57Updated 5 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- 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
- ☆21Updated 7 years ago
- C hash lib inspired by LUA's table☆10Updated 8 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆27Updated 6 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 2 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
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Simple RPC in C++, with Python binding☆27Updated 9 years ago
- single file C libraries☆38Updated last month
- Fast in-memory B+-Tree implementation in C.☆29Updated 9 years ago
- A bump pointer allocator☆69Updated 11 years ago
- RLU resizable hash-table☆16Updated 9 years ago
- A splaytree ADT written in C with a BSD license☆17Updated 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☆44Updated 11 years ago
- Slab Memory Allocator in Application Layer☆27Updated 7 years ago
- A simple, yet flexible, JSON encoder for C☆41Updated 6 years ago