https://www.educative.io/courses/decode-the-coding-interview-go/feature-3-loop-unrolling
Learn how loop unrolling reduces loop overhead by replicating instructions and improves compiler optimization using stack-based decoding techniques.
execution speedloop unrollingoptimizingcompilers