ConeyLiu commented on issue #25470: [SPARK-28751][Core][WIP] Improve java 
serializer deserialization performance
URL: https://github.com/apache/spark/pull/25470#issuecomment-546806343
 
 
   I tested simply:
   `./spark-shell --executor-cores 36  --executor-memory 120G 
--total-executor-cores 144`
   
   `val start = System.currentTimeMillis(); rdd1.map(_.to); 
System.currentTimeMillis() - start`
   
   results:
   
   |     | true(ms)  | false(ms) |
   |-----|-------|-------|
   | 0   | 81326 | 82970 |
   | 1   | 76379 | 77856 |
   | 2   | 75739 | 77435 |
   | avg | 77814 | 79420 |
   
   The overall improvement is only about 2%. 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to