laysakura / Lock-free_work-stealing_deque_in_C
Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."
☆19Updated 13 years ago
Related projects ⓘ
Alternatives and complementary repositories for Lock-free_work-stealing_deque_in_C
- Cross-platform atomic operations and lock algorithm library☆95Updated 6 years ago
- Lock-free Transactions without Rollbacks for Linked Data Structures☆22Updated 2 years ago
- portability macros for compiler and hardware micro operations☆34Updated 4 months ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- QSBR and EBR library☆115Updated 4 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆75Updated 10 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆67Updated 10 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 8 years ago
- Benchmarks for our memory allocator☆61Updated last year
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- Different implementations of spinlock.☆103Updated 9 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Portable Runtime System☆23Updated 8 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆14Updated 6 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆22Updated 9 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆76Updated 8 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆15Updated 10 years ago
- Implementing coroutines, channels, message passing, etc.☆132Updated 2 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆138Updated last year
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆35Updated this week
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- C++ Green threads and coroutines library☆38Updated 10 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆28Updated 11 years ago
- Mordor is a high performance I/O library based on fibers.☆21Updated 7 years ago
- Fast in-memory B+-Tree implementation in C.☆27Updated 9 years ago
- Slab Memory Allocator in Application Layer☆28Updated 6 years ago
- Coroutines/Fibers implementation for x86☆66Updated 8 years ago
- The world's first Web-scale memory allocator☆105Updated 6 years ago