Question.5
A developer worries that namespaces add overhead to the compiled firmware. Do they?
Select Answer
Yes -- namespace lookups happen at runtime, adding cycles
No -- namespaces are purely a compile-time/linker mechanism; they produce identical machine code to C-style prefixed names
Small overhead -- each namespace adds a jump table
Depends on the compiler optimization level