jiangjiguang commented on PR #40719: URL: https://github.com/apache/spark/pull/40719#issuecomment-1501461669
@LuciferYang @wangyum @frankliee I have added a benchmark. This is the result: ``` Java HotSpot(TM) 64-Bit Server VM 17.0.5+9-LTS-191 on Linux 5.15.0-60-generic Intel(R) Xeon(R) Platinum 8358P CPU @ 2.60GHz Selection: Best Time(ms) Avg Time(ms) Stdev(ms) Rate(M/s) Per Row(ns) Relative ------------------------------------------------------------------------------------------------------------------------ Without Java Vector API 4696 4802 89 21.3 47.0 1.0X With Java Vector API 3742 3927 230 26.7 37.4 1.3X ``` -- 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]
