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 intoapache:masterfrom
Conversation
|
Can one of the admins verify this patch? |
1 similar comment
|
Can one of the admins verify this patch? |
|
this is ok to test |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
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%. |
|
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.