Pass std::string and RankInfo by value and use std::move() to move it, reducing allocations and copies#1527
Conversation
|
CLANG-FORMAT TEST - PASSED |
|
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
d832de9 to
e1759b5
Compare
|
CLANG-FORMAT TEST - PASSED |
|
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
e1759b5 to
7f7262a
Compare
|
CLANG-FORMAT TEST - PASSED |
|
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
|
Closing. None of these are in performance critical paths. |
This is less important than #1518, and should only be merged after it.
This was obtained by running
scripts/clang-tidy.sh --checks modernize-pass-by-value --fix.