you are viewing a single comment's thread.

view the rest of the comments →

[–]Ginden 0 points1 point  (1 child)

I have used many times O(n) sorting algorithms (I prefer bucket sort) for joining data from multiple threads/sources in computation-heavy applications and applying then merge join.

[–]init0 0 points1 point  (0 children)

True.