/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

jlebar.com
| | www.thbecker.net
2.0 parsecs away

Travel
| | [AI summary] The article explains how C++11 rvalue references, reference collapsing rules, and std::forward enable perfect forwarding to preserve move semantics.
| | hellocplusplus.com
4.2 parsecs away

Travel
| | Learn the basics of C++ move semantics and how to use this language feature. This article is useful for programmers of all skill levels.
| | www.kuniga.me
2.9 parsecs away

Travel
| | NP-Incompleteness:
| | zackoverflow.dev
42.5 parsecs away

Travel
| Interfaces rely on slow dynamic-dispatch, but generics could open the door to performance boosts with the ability to leverage the cache-friendliness of static dispatch