Uh oh!
There was an error while loading. Please reload this page.
Use char notation to represent a character to improve performance. - #62
Use char notation to represent a character to improve performance.#62reudismam wants to merge 1 commit into
Conversation
asfgit
commented
Feb 16, 2018
Can one of the admins verify this patch? |
1 similar comment
asfgit
commented
Feb 16, 2018
Can one of the admins verify this patch? |
jaikiran
commented
Feb 16, 2018
this is ok to test |
asfgit
commented
Feb 16, 2018
Refer to this link for build results (access rights to CI server needed): |
asfgit
commented
Feb 16, 2018
Refer to this link for build results (access rights to CI server needed): |
jaikiran
commented
Feb 16, 2018
Hi @reudismam, Is there some reference documentation which states that this construct performs better? My brief check of the JLS just showed a note which states that some implementations might perform better with this construct, but other than that I haven't found anything, so just curious. |
Actually, I do not have a documentation, but there are discussions in programming community about the benefits of this change, such as this: This edit is known to have improved performance on other projects such as Guava Project where they improve performance from 10-25%. |
janmaterne
commented
Feb 16, 2018
These changes might improve performance, but do you have a testsuite with validates that? Most of the changes are done on places which are rarely invoked in a build (without having tested that ;-) |
No description provided.