What performance tests are define to help in determining before and after
performance improvements?

Eric Bresie
ebre...@gmail.com


On Sat, Dec 14, 2024 at 9:08 AM Serw <serwserw...@gmail.com> wrote:

> Dear Apache Commons Community,
>
> In my recent PR #1332, I replaced a StringBuilder usage with string
> concatenation in a toString method for improved readability. During the
> review, it was suggested this change should align with a broader project
> standard.
>
> Would the community support using string concatenation over StringBuilder
> for simple cases? Modern JDKs (8+) optimize string concatenation
> efficiently, making it both concise and performant.
>
> If agreed, I can implement consistent changes across the codebase.
>
> Looking forward to your feedback!
>
> PR - https://github.com/apache/commons-lang/pull/1332
>

Reply via email to