Currently Flag::_type is a const char* but we could easily encode the type in the _flags. This would save some space.
Comments
It's not worth the time and effort. Unclear how much space it would save and whether it's in r/w or r/o part of the binary.
10-02-2014
These are command line flags in globals.hpp.
How many of these are in product mode? Would encoding and decoding the name of the flag increase lookup time? What sort of encoding would you use?