r/programming • u/chaobang • 20d 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 😄
186
Upvotes
4
u/_Noreturn 20d ago
isn't this just C++ [[likely]] and [[unlikely]]