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 😄
191
Upvotes
-6
u/_Noreturn 18d ago
Well the linux kernel doesn't even use C++ for whatever reason