-
- Downloads
[SPARK-4646] Replace Scala.util.Sorting.quickSort with Sorter(TimSort) in Spark
This patch just replaces a native quick sorter with Sorter(TimSort) in Spark. It could get performance gains by ~8% in my quick experiments. Author: Takeshi Yamamuro <linguin.m.s@gmail.com> Closes #3507 from maropu/TimSortInEdgePartitionBuilderSpike and squashes the following commits: 8d4e5d2 [Takeshi Yamamuro] Remove a wildcard import 3527e00 [Takeshi Yamamuro] Replace Scala.util.Sorting.quickSort with Sorter(TimSort) in Spark
Showing
- graphx/src/main/scala/org/apache/spark/graphx/Edge.scala 30 additions, 0 deletionsgraphx/src/main/scala/org/apache/spark/graphx/Edge.scala
- graphx/src/main/scala/org/apache/spark/graphx/impl/EdgePartitionBuilder.scala 34 additions, 5 deletions...a/org/apache/spark/graphx/impl/EdgePartitionBuilder.scala
Loading
Please register or sign in to comment