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 purpose of const is primarily an architectural one. When you declare something as const you should actually be thinking on what it represents: something that cannot change.
const