LuciferYang commented on PR #47062: URL: https://github.com/apache/spark/pull/47062#issuecomment-2185745407
Should we convert a String to a `char[]` within the method, so that we can use `charArray(i)` instead of `String.charAt(i)` to reduce the number of calls to `String.isLatin1()` to just once? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
