A collection of resources on modern C++
A collection of resources on wait-free and lock-free programming
A bounded multi-producer multi-consumer concurrent queue written in C++11
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
A tool to measure CPU core to core latency
Measures the system induced jitter ("hiccups") a CPU bound thread experiences
Lock-free implementation of the token bucket algorithm in C++