JoshRosen commented on issue #24709: [SPARK-27841][SQL] Improve UTF8String to/fromString()/charwise iteration performance URL: https://github.com/apache/spark/pull/24709#issuecomment-495961547 By the way, all of this is probably moot when running on JDK9+ because I think that CompactString effectively does most of these optimizations for us. This is a mostly-for-fun experiment to see whether we can get a small performance win on Java 8.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
