track: Eliminate redundant copies
Two variables can be references, while two others can be std::moved. Makes for 4 less atomic reference count increments and decrements.
Please register or sign in to comment
Two variables can be references, while two others can be std::moved. Makes for 4 less atomic reference count increments and decrements.