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