Optimizing Code
Apr 15, 2023
To write fast code,
you can use a profiler and
look at the assembly code.
Here are some useful materials:
Inline Assembler with Operands
Programming from the Ground Up Book
Overlooked Essentials for Optimizing Code