Quote Originally Posted by DynV View Post
I assume making it const would use more processing
const is an entirely compile-time concept. if anything, it would require greater time to compile, but I seriously doubt it. the runtime performance would be identical, and possibly better in some cases.