From: Eli Barzilay (eli at barzilay.org) Date: Wed Sep 13 12:31:45 EDT 2006 |
|
On Sep 13, Keith Frost wrote: > Because the already-sorted case is apparently common on some > platforms, if you ever expect to have long directory lists, use > mergesort instead. `quicksort' and `mergesort' are deprecated. There is now just `sort' that should be used instead. (It is a merge-sort, BTW, and it's faster than the previous two.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://www.barzilay.org/ Maze is Life!
Posted on the users mailing list. |
|