Mooophy / Cpp-ConcurrencyLinks
Codes and notes for the book "C++ Concurrency in Action"
☆15Updated 10 years ago
Alternatives and similar repositories for Cpp-Concurrency
Users that are interested in Cpp-Concurrency are comparing it to the libraries listed below
Sorting:
- Different implementations of spinlock.☆105Updated 10 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- A multiple thread IO reactor network library for high performance c++ server programming☆7Updated 9 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 9 years ago
- ☆20Updated 9 years ago
- Example program for BoostCon11 talk☆37Updated 14 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- A header-only C++ wrapper of libevent2☆29Updated 10 years ago
- ☆17Updated 8 years ago
- mirror of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/perfbook.git☆73Updated 12 years ago
- Various benchmarks☆38Updated 13 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.☆67Updated 10 years ago
- IPC Examples☆53Updated 5 years ago
- C++ Green threads and coroutines library☆38Updated 10 years ago
- Companion to my Practical Network Programming course at boolan.com☆21Updated 2 years ago
- Slides and presentations☆69Updated 2 years ago
- https://git.fedorahosted.org/git/libaio.git☆16Updated 8 years ago
- Proactor design pattern (C++, threads)☆18Updated 8 years ago
- ☆32Updated 7 years ago
- Simple RPC in C++, with Python binding☆27Updated 10 years ago
- Lock-free linked list☆16Updated 12 years ago
- Benchmarks for lockfree datastructures.☆120Updated 11 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- Proposed IP address classes for standard c++☆36Updated 11 years ago
- Kosmos Distributed Filesystem☆29Updated 13 years ago
- ☆37Updated 10 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 14 years ago