XenoAmess commented on pull request #562:
URL: https://github.com/apache/commons-lang/pull/562#issuecomment-650702356


   conclusion: 32 is near the limit point where things changed.
   for normal CharSequence (the classes we usually used, not some spacially 
made ones). when length <32, it usually be faster to use the original function, 
but for length > 32, it usually be faster to use .toString().toCharArray() 
directly.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to