Hacker News new | ask | show | jobs
by proginthebox 2707 days 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.
1 comments

At least as. Often faster because of easier inlining.