Does anyone know which algorithm is used internally on Vim when :sort command is used?
Is the same algorithm used to sort 10 lines than the one used to sort 10000 lines?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Vim is open source; why don't you just have a look yourself? It's easiest via the online Mercurial repository: http://code.google.com/p/vim/source/browse/src/ex_cmds.c Vim delegates the actual sorting to the |
|||
|
|
|
When available, an external edit Well, "undocumented as in " |
||||
|
|