commit | a6e8811cf0d0b9dbb09c984d427e651eb29d9faf | [log] [tgz] |
---|---|---|
author | Nicolas van Kempen <nvankemp@gmail.com> | Mon Jul 03 17:05:01 2023 -0400 |
committer | Nicolas van Kempen <nvankemp@gmail.com> | Thu Jul 06 11:23:58 2023 -0400 |
tree | ab300bd57f363bf63c4a62d03ea7cc6cc97ace8c | |
parent | fbea5d9f9945363f35aa16c3edcf0924e3dc4686 [diff] |
cmList: Fix performance regression in Join / to_string Refactoring in commit 45f17e5a85 (cmList: Add container conversion to string, 2023-06-20) accidentally introduced unnecessary string copies and allocations. Remove unnecessary copies.