Few lesser known tricks, quirks and features of C
(jorenar.com)
from captainkangaroo@discuss.tchncs.de to programming@programming.dev on 27 Sep 2024 08:26
https://discuss.tchncs.de/post/22702086
from captainkangaroo@discuss.tchncs.de to programming@programming.dev on 27 Sep 2024 08:26
https://discuss.tchncs.de/post/22702086
cross-posted from: discuss.tchncs.de/post/22702031
threaded - newest
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. :)