-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Suggestion: It might be worthwhile to parallelize the main memory sort phase for better performance. For example, using jsr166y an array can be sorted in parallel simply like this: ParallelArray.createUsingHandoff(Object[], ForkJoinPool).sort(Comparator).getArray()
Note, however, that with that algorithm implementation the sort might not be "stable" anymore, i.e. the relative order of equal elements might change.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels