Try   HackMD

C++ Performance Optimization

Premature Optimization is the Root of all Evil

-- Donald Knuth

Concepts

  • Reference
  • Copy
  • Move Semantics
  • Stack / Heap Allocation
  • Trade-off between maintainability / performance

Techniques

  • Object Pool
  • Utilize STL