Hacker News new | ask | show | jobs
by santaclaus 3815 days ago
> Although, if you really need performance, you're using C, not C++.

Howso? Yea, don't do dynamic dispatch in your core performance critical loops, but templates give you a lot of capability to get nice abstractions without major (runtime) performance hits.

1 comments

I'd check out the How to C in 2016 thread: https://news.ycombinator.com/item?id=10864176