You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by CodingFabian <gi...@git.apache.org> on 2015/03/13 16:23:15 UTC

[GitHub] commons-lang pull request: LANG-990 support appending CharBuffer a...

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 <la...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-lang pull request: LANG-990 support appending CharBuffer a...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-lang/pull/51


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org