You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rvalue references support the implementation of *move semantics*. If move semantics are used to implement template libraries, the performance of applications that use those templates can significantly improve.
22
22
23
23
### The optimize pragma
@@ -40,10 +40,10 @@ Paradoxically, optimizing a program for speed could cause code to run slower. Th
40
40
41
41
The following topics discuss good programming practices.
42
42
43
-
[Tips for Improving Time-Critical Code](tips-for-improving-time-critical-code.md)<br/>
43
+
[Tips for Improving Time-Critical Code](tips-for-improving-time-critical-code.md)\
44
44
Better coding techniques can yield better performance. This topic suggests coding techniques that can help you make sure that the time-critical parts of your code perform satisfactorily.
45
45
46
-
[Optimization Best Practices](optimization-best-practices.md)<br/>
46
+
[Optimization Best Practices](optimization-best-practices.md)\
47
47
Provides general guidelines about how best to optimize your application.
48
48
49
49
## Debugging optimized code
@@ -74,20 +74,19 @@ The following topics provide information about how to optimize building, loading
74
74
75
75
## In this section
76
76
77
-
[Optimization Pragmas and Keywords](optimization-pragmas-and-keywords.md)<br/>
0 commit comments