GitHub user CodingFabian opened a pull request:
https://github.com/apache/commons-lang/pull/51
LANG-990 support appending CharBuffer and use specialized methods
StrBuilder accepts CharSequences as well as specialized instances like
String, StringBuffer. If you force one of these implementations through
generic
methods, suboptimal code path will be taken.
This is a problem for any "generic" reuse.
Additionally, it is possible to optimize for CharBuffers which are array
backed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CodingFabian/commons-lang LANG-990
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/51.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #51
----
commit 257d6bffc52e56c95ac89760db57bbc1f7358377
Author: Fabian Lange <[email protected]>
Date: 2015-03-13T15:19:29Z
LANG-990 support appending CharBuffer and use specialized methods when
possible.
StrBuilder accepts CharSequences as well as specialized instances like
String, StringBuffer. If you force one of these implementations through
generic
methods, suboptimal code path will be taken.
This is a problem for any "generic" reuse.
Additionally, it is possible to optimize for CharBuffers which are array
backed.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]