Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Sort by first part of line

From: rotenca:telvia:it at: 8-Sep-2002 2:24

Hi Andrew,
> With a test file that's 20 times as large (13.4MB), I get a time of > 0:00:14.25. With Dick's C program, it's 6 seconds.
good, but so you sort with all the line. Your previous code used a map funtion which was not included. --- Ciao Romano