|
|
|
|
|
by modeless
2730 days ago
|
|
Are you confusing build time with performance of the resulting binary? I'm talking about the latter. Both are important and both are lacking with modern C++ in debug mode. Edit: I see, I carelessly used the word "build" to mean a compiled binary, which was ambiguous. I've changed it. |
|
With "modern" techniques, the performance ceiling is a bit higher - whether that benefit is worth it depends on a lot of factors.