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

Christopher Schultz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Garbage from strings in     |Reduce garbage from strings
                   |AbstractArchiveResourceSet. |in
                   |getResource                 |AbstractArchiveResourceSet.
                   |                            |getResource

--- Comment #2 from Christopher Schultz <[email protected]> ---
Is this patch trying to reduce the use of temporary Strings in the heap?

I recently had conversation with someone about string concatenation in Java and
it's clear that modern compilers are more efficient when using source-level
concatenation instead of programmer-imposed uses of StringBuilder.

The code is less clear (to read, and thus less maintainable) when StringBuilder
is used and I'm not convinced that this will practically improve anything.

I'm a -0 on this for the time being.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to