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:
- QSBR and EBR library☆127Updated 5 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆47Updated 12 years ago
- A User Space Threading Library Supporting Multi-Core Systems☆141Updated 2 years ago
- Cross-platform atomic operations and lock algorithm library☆99Updated 7 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- W-TinyLFU cache C++11 header only implementation☆63Updated 6 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- Benchmarks for our memory allocator☆69Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- The world's first Web-scale memory allocator☆109Updated 7 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Concurrent trie-hash map library☆92Updated last year
- µSQL is a SQL parser engine for C++ to develop SQL based applications easily, and it supports other SQL like domain specific languages su…☆55Updated 7 years ago
- This is the user space slab memory allocator, umem, first available in Solaris 9.☆89Updated 3 years ago
- lock free modified prefix B+tree append-only database☆116Updated 10 years ago
- portability macros for compiler and hardware micro operations☆36Updated last year
- Fast differential coding functions (using SIMD instructions)☆55Updated 7 years ago
- Fast in-memory B+-Tree implementation in C.☆30Updated 10 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆71Updated last year
- Lock-free multithreaded memory allocation☆108Updated 8 years ago
- benchmarking positional population count☆15Updated last year