groovy git commit: GROOVY-7873 - Regression performance issue in string methods (closes #356)

2016-06-24 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/GROOVY_2_4_X 780d8281f -> c7ae32bed GROOVY-7873 - Regression performance issue in string methods (closes #356) In order to implement CharSequence the GString implementation must call toString each time a CharSequence method is invoked. This is

groovy git commit: GROOVY-7873 - Regression performance issue in string methods (closes #356)

2016-06-24 Thread jwagenleitner
Repository: groovy Updated Branches: refs/heads/master d1308e20b -> 9d94e2e4f GROOVY-7873 - Regression performance issue in string methods (closes #356) In order to implement CharSequence the GString implementation must call toString each time a CharSequence method is invoked. This is