Benchmark an analysis of different approaches for generating compile switches, including performance, compile time performance and code generation:
- Compile time hashing
- Preprocessor switch generation
- Boost MP11 approach
- Constexpr fold + constexpr if expressions
Benchmark an analysis of different approaches for generating compile switches, including performance, compile time performance and code generation: