/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ericniebler.com
| | aras-p.info
1.7 parsecs away

Travel
| | [AI summary] A programmer discusses the frustration with modern C++ features like Ranges, highlighting significant negative impacts on compilation times, non-optimized runtime performance, and cognitive load compared to simpler approaches.
| | ericniebler.github.io
2.5 parsecs away

Travel
| | D4128: Ranges for the Standard Library: Revision 1 :
| | www.cppstories.com
3.3 parsecs away

Travel
| | When you see an article about new C++ features, most of the time you'll have a description of major elements. Looking at C++17, there are a lot of posts (including articles from this blog) about structured bindings, filesystem, parallel algorithms, if constexpr, std::optional, std::variant... and other prominent C++17 additions. But how about some smaller parts?
| | hashblog.thepolyglotprogrammer.com
27.9 parsecs away

Travel
| On this post I intend to walk down memory lane a bit to understand what exactly are Smart Pointers? Where do they come from? And of course, how do they work