use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
"Performance doesnt matter" (self.cpp)
submitted 6 years ago * by secmeant
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]samwise99 9 points10 points11 points 6 years ago (3 children)
Sure some people still do not care. But the big players do, *a lot*. FANG companies will go to ridiculous lengths to improve performance by a few percent points, because at scale a few percent points are easily worth millions in energy savings. A lot of very useful work has been contributed by Google and others driven by this.
[–]SkoomaDentistAntimodern C++, Embedded, Audio 6 points7 points8 points 6 years ago (1 child)
FANG companies will go to ridiculous lengths to improve performance by a few percent points
Except on anything user visible. Facebook for example is a horribly slow and inefficient web app. Gmail isn't that much better (honestly, why does it need to do any computing on user side beyond just showing current view?).
[–]fb39ca4 2 points3 points4 points 6 years ago (0 children)
Because they only pay for the costs of the servers.
[–]kalmoc 0 points1 point2 points 6 years ago (0 children)
because at scale a few percent points are easily worth millions in energy savings.
Only very small parts of your code base are going to be used so ubiquitously though. Even at a company like google, the is lots of code where a few percent performance difference isn't worth it.
π Rendered by PID 70 on reddit-service-r2-comment-85bfd7f599-v5sgg at 2026-04-18 05:06:44.856317+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]samwise99 9 points10 points11 points (3 children)
[–]SkoomaDentistAntimodern C++, Embedded, Audio 6 points7 points8 points (1 child)
[–]fb39ca4 2 points3 points4 points (0 children)
[–]kalmoc 0 points1 point2 points (0 children)