[REBOL] Re: Reading directories faster.
From: atruter:hih:au at: 9-Oct-2002 10:03
> Any ideas on how to speed it up?Alternatively, how about the following from left field? (not tested ;) ) sort/compare read %. func [a b] [ either (last a) = (last b) [ a < b ][ (last a) < (last b) ] ] Regards, Ashley