in reply to Re^5: Out of Memory when generating large matrix
in thread Out of Memory when generating large matrix
Once you move outside of academia and thesis, it isn't the algorithm, but the implementation that is important. A mergesort programmed badly can be much slower than a bubble sort done well.
And once you recognise that in the real world, implementation is king, any kind of disk based sort is glacial compared to a memory-based hash.
It isn't the similarities, but the differences that are important.
A stately home and a plane both have wings, windows and seats, but the differences outweigh those similarities for most practical considerations.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Out of Memory when generating large matrix
by Marshall (Canon) on Mar 07, 2018 at 20:01 UTC | |
by BrowserUk (Patriarch) on Mar 08, 2018 at 02:43 UTC | |
by stevieb (Canon) on Mar 07, 2018 at 20:38 UTC | |
by Marshall (Canon) on Mar 07, 2018 at 23:57 UTC |