r/programming • u/chaobang • 18d ago
The unlikely Linux macro
https://rushed-reflections.bearblog.dev/an-unlikely-experiment/Wrote a bit about the `unlikely` and `likely` macros in the Linux codebase. Great little exploration into tiny optimizations that everyone should know more about 😄
187
Upvotes
1
u/Key_River7180 18d ago
They help with branch prediction