4 ms·
With proper use of constexpr, templates and types, you can make C++ at least as fast as C code without giving up on readability.
by proginthebox 8y ago
With proper use of constexpr, templates and types, you can make C++ at least as fast as C code without giving up on readability.
- stochastic_monk 8y agoAt least as. Often faster because of easier inlining.