# C++ Performance Optimization :::danger > 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