I\'m a const fiend, and I strive to make everything as const as possible.
I\'ve tried looking at various dissassembly outputs from const and non const versions of fu
The primary use of const isn't to generate better code, but to protect you from yourself, ensuring that you don't accidentally change something you didn't mean to.
const