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
[Offload][NFCI] Avoid temporary string copies in InfoTreeNode
It looks like all all sites of `InfoTreeNode::add` pass string literals
as `Key` and `Units`, so we could mandate those to be rvalue-references
to move them directly into the final location, avoiding temporary
copies.
0 commit comments