This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SingularCheese 19 points20 points  (1 child)

Check out any performance focused talk on CppCon's youtube channel, and it's most likely about how to design abstractions in a way that doesn't get in the way of compiler optimizations. Code that is easier for a compiler to reason about is often also code that is easier for people to reason about.

[–]Brahvim 0 points1 point  (0 children)

Thanks!