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
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
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- QSBR and EBR library☆119Updated 5 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 6 years ago
- Cross-platform atomic operations and lock algorithm library☆98Updated 6 years ago
- portability macros for compiler and hardware micro operations☆36Updated 9 months ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆55Updated last year
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- Benchmarks for our memory allocator☆63Updated last year
- NUMA-Aware Reader-Writer Locks☆18Updated 10 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- The world's first Web-scale memory allocator☆106Updated 6 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆139Updated last year
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 10 years ago
- Component-Model Framework in C++☆44Updated 9 years ago
- Our open source benchmarks and code samples☆190Updated 3 weeks ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 7 years ago
- A more Pragmatic Implementation of the Lock-free, Ordered, Linked List☆17Updated 4 years ago
- TLSF: two-level segregated fit O(1) allocator☆77Updated 2 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- Concurrent trie-hash map library☆91Updated last year