harshitt-goel opened a new pull request, #1534: URL: https://github.com/apache/commons-lang/pull/1534
Improves performance for primitive array joins by pre-allocating StringBuilder capacity and removing substring() usage, which avoids extra intermediate String allocations. Updated join methods for byte, short, int, long, float, double, and char arrays. -- 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]
