laysakura / Lock-free_work-stealing_deque_in_CLinks
Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."
☆19Updated 14 years ago
Alternatives and similar repositories for Lock-free_work-stealing_deque_in_C
Users that are interested in Lock-free_work-stealing_deque_in_C are comparing it to the libraries listed below
Sorting:
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- QSBR and EBR library☆124Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 11 years ago
- The world's first Web-scale memory allocator☆108Updated 7 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆140Updated 2 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- Our open source benchmarks and code samples☆192Updated last month
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆88Updated 3 years ago
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 11 years ago
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆76Updated 11 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- Code example from Crash and Burn lecture☆28Updated 3 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Concurrent trie-hash map library☆92Updated last year
- Different implementations of spinlock.☆105Updated 10 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆62Updated last year
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago