How can I successfully implement Merge Sort using dask.delayed or with some other dask API. So that it becomes faster with parallelism.
Asked
Active
Viewed 231 times
3
-
You may find this useful https://en.wikipedia.org/wiki/External_sorting – Jacob Tomlinson Nov 19 '18 at 11:57
-
You might find this helpful: https://gist.github.com/stephanie-wang/5783a0876b25ed750f579278ee8cdeee – SultanOrazbayev Dec 21 '21 at 16:46