Jason Turner
71fa0ed1ea
Merge branch 'master' into Remove-trailing-whitespace
2022-02-10 15:51:49 -07:00
Amin Yahyaabadi
b99c3da548
Update the list of profilers
2021-03-30 19:48:26 -05:00
Joseph T Lyons
f58462f198
Remove trailing whitespace
2021-01-16 18:10:50 -05:00
Jason Turner
19e4c22de1
Add new section on correctness, mutation testing
2019-12-08 16:30:26 -07:00
Rostyslav Kurylo
187c033b74
Mention C++17's init-statement in the Limit Variable Scope section
2018-12-23 21:53:30 +02:00
Tristan Carel
f22cfe10da
Fix typo
2018-12-18 08:36:03 +01:00
Jason Turner
bc1ed4222e
Update 08-Considering_Performance.md
...
Add notes on clcache
2018-11-25 17:18:32 -07:00
Jason Turner
e00cc04b89
Merge pull request #93 from Afforix/fix-typo
...
Fix typo
2018-11-20 15:43:17 -07:00
Matěj Plch
6a9fb6af66
fix typo
2018-11-18 18:58:04 +01:00
Tim Rakowski
31549d8e37
Fix typo
2018-10-28 10:14:13 +01:00
Jason Turner
6e22a97a68
Update 08-Considering_Performance.md
2018-07-18 17:02:13 -06:00
Arun Saha
eea3d25f0c
formatting fix
2017-02-18 08:23:28 -08:00
Katherine Sullivan
c5ca7897ef
Update include-what-you-use url
...
moved from code.google.com to github
2016-12-08 15:41:11 -05:00
Katherine Sullivan
71a8c38768
fix missing semicolon
2016-12-06 01:36:48 -05:00
Jason Turner
07e028eddb
Update 08-Considering_Performance.md
2016-11-14 15:27:30 -07:00
Jason Turner
8cca20fa24
Add link to discussion on object lifetime
...
Closes #52
2016-09-28 14:12:27 -06:00
Jason Turner
251eb8fa3f
Add note to 'never use std::bind'
2016-05-25 15:28:39 -06:00
Jason Turner
1c2491c384
Update comments on double vs float
...
See also #46
2015-12-30 13:30:38 -07:00
rob100
1620934aa5
Added information about cotire
2015-08-24 13:49:43 +02:00
rob100
0a9dfb1ce2
Added more disadvantages for precompiled headers
2015-08-24 13:38:33 +02:00
rob100
68589f5c3a
Precompiled Header
...
Filled the section about precompiled headers with some general
information and some links to a manual for the common compiler
2015-08-06 11:18:43 +02:00
Jason Turner
33b3aa64d0
Make note of "" vs ''
2015-06-28 19:58:58 -06:00
Jason Turner
395ccfaf72
Minor wording changes to iterator discussion
...
@rob100 I changed the wording about iterators and `++` because many iterator types are just internally a `++pointer` and the compiler *is* able to optimize it to the same level as `++int`. But that's not guaranteed to be true.
Closes #19
2015-06-28 13:39:44 -06:00
Robin Schlegel
7f680ba44d
Improved recommendation to use pre-increment in loops instead of post-increment
2015-06-28 11:34:48 +02:00
Jason Turner
5c7340061d
Add a new section on maintainability
2015-06-08 10:44:17 -06:00