Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0, 1.0.3
-
None
Description
HashShuffleReader uses sortWith to sort an array, which creates a copy of the array. We can use an in-place sort algorithm to reduce the memory overhead.
Attachments
Issue Links
- links to