HubertWo opened a new pull request #812: URL: https://github.com/apache/commons-lang/pull/812
This PR replaces StringJoiner to StringBuilder in StringUtils.join methods. The change is limited to methods which use primitives as input only. ## More Please find more details here: 1. https://issues.apache.org/jira/browse/LANG-1675 2.https://github.com/apache/commons-lang/pull/784 ## JMH with example results JMH tests - StringBuilder vs StringJoiner may be found in dedicated repository: https://github.com/HubertWo/apache-commons-lang-jmh -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
