|
|
|
|
|
by bjoli
2609 days ago
|
|
For a problem i faced I ended up being able to produce very small chunks of already sorted data and using the merge part of the stable sort algorithm (it was provided). Not only that, I ended up being able to do it lazily making the user experience much better. |
|
However the fact that sometimes we are forced to our last resort doesn't change the fact that we should be aware that it really is a last resort.