https://bz.apache.org/bugzilla/show_bug.cgi?id=66178

--- Comment #5 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Joe Jackson from comment #4)
> For my use case, we have a big focus on the garbage generation of
> the app and this showed up as a contributor so I figured it would be worth
> bringing up. 

It seems like you are trading String garbage for StringBuilder garbage. Where
is the savings? In most cases, you must convert SB to String anyway. Do you
have metrics before/after the change?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to