Few lesser known tricks, quirks and features of C

captainkangaroo@discuss.tchncs.de to Programming@programming.dev – 35 points –
jorenar.com
1

Whenever I see posts like this, I wonder if they cover manual loop unrolling, which these days is usually an optimization left to the compiler.

Control+F, Duff's Device

Yep, this post mentions it. Good for them. :)