Skip to content

C++ High Performance GuideLearn measurable C++ performance engineering

A practical C++20 guide to builds, memory layout, SIMD, concurrency, benchmarking, and profiling.

C++ High Performance Guide

Why this site exists

The repository README is intentionally concise. This site is the richer landing surface for:

  • the recommended learning path
  • validation commands and profiling workflow
  • reference and troubleshooting material
  • contributor-facing process documentation

Start here

  1. Read Quick Start
  2. Follow the Learning Path
  3. Run one benchmark locally
  4. Use the Profiling Guide to reason about results

Project entry points

Released under the MIT License.