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:
- unrolled skip list library for C☆22Updated 6 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- Implements a Min-Heap / Priority Queue in C using an indirection table for memory efficiency.☆29Updated 11 years ago
- Fast C/C++ memory allocator with free-all operation☆56Updated 10 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- Coroutines/Fibers implementation for x86☆65Updated 9 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆48Updated 12 years ago
- C11 Lock-free Stack☆184Updated last year
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 10 years ago
- Concurrent trie-hash map library☆94Updated 2 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆90Updated 4 years ago
- A splaytree ADT written in C with a BSD license☆18Updated 5 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆53Updated 4 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- C99 trie library☆101Updated 6 years ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 14 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- Fast, efficient string interning☆100Updated 8 years ago
- skiplist library for C.☆54Updated 9 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 7 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆60Updated 6 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- Benchmarks for our memory allocator☆70Updated 2 years ago
- A generic C memory pool☆101Updated 9 years ago
- memory pool allocator☆52Updated 13 years ago
- TLSF: two-level segregated fit O(1) allocator☆83Updated 3 years ago