performance-cpp.A curated collection of low-level, performance critical C++ concepts rarely used but vital when writing high-performance systems, lock-free algorithms, or multithreaded applications.Covers deep memory behavior, move semantics, atomics, memory ordering, compiler & CPU optimizations, and more.