[GitHub] groovy pull request #356: GROOVY-7873 - Regression performance issue in stri...

2016-06-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/356 --- 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 enab

[GitHub] groovy pull request #356: GROOVY-7873 - Regression performance issue in stri...

2016-06-24 Thread jwagenleitner
GitHub user jwagenleitner opened a pull request: https://github.com/apache/groovy/pull/356 GROOVY-7873 - Regression performance issue in string methods In order to implement CharSequence the GString implementation must call toString each time a CharSequence method is invoked. This