Eric Liang created SPARK-14724:
----------------------------------

             Summary: Improve performance of sorting by using radix sort when 
possible
                 Key: SPARK-14724
                 URL: https://issues.apache.org/jira/browse/SPARK-14724
             Project: Spark
          Issue Type: Improvement
            Reporter: Eric Liang


Spark currently uses TimSort for all in-memory sorts, including sorts done for 
shuffle. One low-hanging fruit is to use radix sort when possible (e.g. sorting 
by integer keys).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to