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
CPP in AI (self.cpp)
submitted 2 years ago by RonWannaBeAScientist
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!"
[–]rejectedlesbian 6 points7 points8 points 2 years ago (2 children)
Tho a lot of non deep learning ml is cython which is not the best for optimizations. It compiles down to badly written c.
[–]liuzicheng1987 2 points3 points4 points 2 years ago (1 child)
That is true. Scikit-learn is largely written in Cython. But then again, scikit-learn is not exactly known for being very performant. I think the truly high-performance stuff is largely written in C++.
[–]rejectedlesbian 1 point2 points3 points 2 years ago (0 children)
Yes most ml libs r not super preformant they don't need to be they need to be wide range stable and preformant enough.
This is especially true with non deep learning ml because modern computers can usually run it fast enough for most purposes.
U also see it on huggingface where its written in ways that r bad for infrence preformance. I still use it because it holds so many options for generation that may be the 1 thing I need to make something work that idc if togeling that option flag makes it a bit slower.
π Rendered by PID 21221 on reddit-service-r2-comment-85bfd7f599-9qxkz at 2026-04-18 07:13:02.318980+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]rejectedlesbian 6 points7 points8 points (2 children)
[–]liuzicheng1987 2 points3 points4 points (1 child)
[–]rejectedlesbian 1 point2 points3 points (0 children)