A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》
The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and imple...
Inferno® is a distributed operating system. Inferno represents services and resources in a file-like name hierarchy, including devices, network and protocol inter...
Complementary Concurrency Programs for course "Linux Kernel Internals"
ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists, binary search trees, que...
CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets....
Source code of the examples for the book (in Spanish) Concurrency, Principles and Algorithms
RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification....
An interpreter for a concurrent lisp-like language with message-passing and pattern-matching implemented in C....
The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware