Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 238 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 238 Bytes

code-optimization-techniques

Some performance optimization techniques with C and C++ code for speed and space efficiency tested on x86-64 machine: cache-friendly code examples; loop unrolling; proper data alignment; using static data;