[GitHub] commons-lang pull request: LANG-877 removes unnecessary string all...

2015-03-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/49 --- 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

[GitHub] commons-lang pull request: LANG-877 removes unnecessary string all...

2015-03-13 Thread CodingFabian
GitHub user CodingFabian opened a pull request: https://github.com/apache/commons-lang/pull/49 LANG-877 removes unnecessary string allocation and improves hex writing. Removes temporary allocation of char arrays and Strings from unicode escaping. This roughly doubles the through