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☆98Updated 6 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- The world's first Web-scale memory allocator☆107Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- benchmarking positional population count☆14Updated last year
- QSBR and EBR library☆121Updated 5 years ago
- portability macros for compiler and hardware micro operations☆36Updated 11 months ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 11 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Benchmarks for our memory allocator☆65Updated last year
- Code example from Crash and Burn lecture☆28Updated 3 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆83Updated 9 years ago
- For details, see the blog post:☆32Updated last year
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- Effective Memory Reclamation☆56Updated 5 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- C library to compute the Hamming weight of arrays☆47Updated 6 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 3 weeks ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago